feat: slash dm (#846)

* chore: cleanup comments

* feat: slash in dm and better event args

Co-authored-by: Skillz4Killz <Skillz4Killz@users.noreply.github.com>
This commit is contained in:
Skillz4Killz
2021-04-13 13:28:31 -04:00
committed by GitHub
parent f8d6a74948
commit dc9615bb8a
5 changed files with 25 additions and 253 deletions
-1
View File
@@ -8,7 +8,6 @@ export async function tellClusterToIdentify(
) {
// When resharding this may exist already
const oldShard = ws.shards.get(shardId);
// TODO: Use workers
await ws.identify(shardId, ws.maxShards);
if (oldShard) {