chore: add strict mode (#2974)

This commit is contained in:
Gus Caplan
2018-12-03 15:19:10 -06:00
committed by Isabella
parent ecaec29380
commit 42505b78c1
164 changed files with 327 additions and 0 deletions
@@ -1,3 +1,5 @@
'use strict';
module.exports = (client, packet) => {
client.actions.ChannelDelete.handle(packet.d);
};