mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
New travis build
This commit is contained in:
@@ -30,7 +30,7 @@ var ServerPermissions = (function () {
|
||||
manageRoles: this.manageRoles,
|
||||
manageChannels: this.manageChannels,
|
||||
readMessages: this.readMessages,
|
||||
sendMessages: this.sendMessage,
|
||||
sendMessages: this.sendMessages,
|
||||
sendTTSMessages: this.sendTTSMessages,
|
||||
manageMessages: this.manageMessages,
|
||||
embedLinks: this.embedLinks,
|
||||
@@ -64,7 +64,7 @@ var ServerPermissions = (function () {
|
||||
this.packed |= 1 << location;
|
||||
} else {
|
||||
// not allowed
|
||||
this.packed &= 1 << location;
|
||||
this.packed &= ~(1 << location);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user