Small syntax correction to v9.1.1 NitradoAPI.js change
This commit is contained in:
1 file changed
+1
-2
+1
-2
@@ -88,6 +88,5 @@ module.exports = {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
BanPlayer: async (client, gamertag) => module.exports.HandlePlayerBan(client, gamertag, true),
|
BanPlayer: async (client, gamertag) => module.exports.HandlePlayerBan(client, gamertag, true),
|
||||||
UnbanPlayer: async (client, gamertag) => module.exports.HandlePlayerBan(client, gamertag, false),
|
UnbanPlayer: async (client, gamertag) => module.exports.HandlePlayerBan(client, gamertag, false)
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in new issue
Block a user