mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
Servers now manage server-wide permissions
Servers now create ServerPermissions objects for roles
This commit is contained in:
@@ -19,11 +19,7 @@ mybot.on("message", function (message) {
|
||||
|
||||
// we can go ahead :)
|
||||
|
||||
var onlineUsers = 0;
|
||||
|
||||
counter++;
|
||||
|
||||
mybot.playingGame( "Minecraft" );
|
||||
mybot.reply(message, "\n\n"+JSON.stringify(message.channel.server.roles));
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user