This commit is contained in:
AkiaCode 2020-11-04 00:19:20 +09:00
parent 30d0e8a571
commit c9be27ff44
No known key found for this signature in database
GPG key ID: 8FE597305C258393
14 changed files with 35 additions and 35 deletions

View file

@ -227,7 +227,7 @@ class Gateway {
token: this.token, token: this.token,
properties: { properties: {
$os: Deno.build.os, $os: Deno.build.os,
$browser: 'discord.deno', $browser: 'discord.deno', //TODO: Change lib name
$device: 'discord.deno' $device: 'discord.deno'
}, },
compress: true, compress: true,