-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated skeletons to allow the bot to run properly with the current c…
…ommand handler
1 parent
7d2111a
commit 4e6816d
Showing
30 changed files
with
990 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
const settings = require('../settings.json'); | ||
exports.run = (client, message, params) => { | ||
if (!params[0]) { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
docChannel.send(""); | ||
} else { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
switch(`${params}`) { | ||
// Properties | ||
|
||
// Methods | ||
|
||
// Events | ||
|
||
// Default | ||
default: | ||
break; | ||
} | ||
} | ||
}; | ||
|
||
exports.conf = { | ||
enabled: true, | ||
guildOnly: false, | ||
aliases: [''], | ||
permLevel: 0 | ||
}; | ||
|
||
exports.help = { | ||
name: 'MessageMentions', | ||
description: 'Displays all the available information about the MessageMentions class', | ||
usage: 'MessageMentions [arg]' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
const settings = require('../settings.json'); | ||
exports.run = (client, message, params) => { | ||
if (!params[0]) { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
docChannel.send(""); | ||
} else { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
switch(`${params}`) { | ||
// Properties | ||
|
||
// Methods | ||
|
||
// Events | ||
|
||
// Default | ||
default: | ||
break; | ||
} | ||
} | ||
}; | ||
|
||
exports.conf = { | ||
enabled: true, | ||
guildOnly: false, | ||
aliases: [''], | ||
permLevel: 0 | ||
}; | ||
|
||
exports.help = { | ||
name: 'MessageReaction', | ||
description: 'Displays all the available information about the MessageReaction class', | ||
usage: 'MessageReaction [arg]' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
const settings = require('../settings.json'); | ||
exports.run = (client, message, params) => { | ||
if (!params[0]) { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
docChannel.send(""); | ||
} else { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
switch(`${params}`) { | ||
// Properties | ||
|
||
// Methods | ||
|
||
// Events | ||
|
||
// Default | ||
default: | ||
break; | ||
} | ||
} | ||
}; | ||
|
||
exports.conf = { | ||
enabled: true, | ||
guildOnly: false, | ||
aliases: [''], | ||
permLevel: 0 | ||
}; | ||
|
||
exports.help = { | ||
name: 'OAuth2Application', | ||
description: 'Displays all the available information about the OAuth2Application class', | ||
usage: 'OAuth2Application [arg]' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
const settings = require('../settings.json'); | ||
exports.run = (client, message, params) => { | ||
if (!params[0]) { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
docChannel.send(""); | ||
} else { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
switch(`${params}`) { | ||
// Properties | ||
|
||
// Methods | ||
|
||
// Events | ||
|
||
// Default | ||
default: | ||
break; | ||
} | ||
} | ||
}; | ||
|
||
exports.conf = { | ||
enabled: true, | ||
guildOnly: false, | ||
aliases: [''], | ||
permLevel: 0 | ||
}; | ||
|
||
exports.help = { | ||
name: 'PartialGuild', | ||
description: 'Displays all the available information about the PartialGuild class', | ||
usage: 'PartialGuild [arg]' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
const settings = require('../settings.json'); | ||
exports.run = (client, message, params) => { | ||
if (!params[0]) { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
docChannel.send(""); | ||
} else { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
switch(`${params}`) { | ||
// Properties | ||
|
||
// Methods | ||
|
||
// Events | ||
|
||
// Default | ||
default: | ||
break; | ||
} | ||
} | ||
}; | ||
|
||
exports.conf = { | ||
enabled: true, | ||
guildOnly: false, | ||
aliases: [''], | ||
permLevel: 0 | ||
}; | ||
|
||
exports.help = { | ||
name: 'PartialGuildChannel', | ||
description: 'Displays all the available information about the PartialGuildChannel class', | ||
usage: 'PartialGuildChannel [arg]' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
const settings = require('../settings.json'); | ||
exports.run = (client, message, params) => { | ||
if (!params[0]) { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
docChannel.send(""); | ||
} else { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
switch(`${params}`) { | ||
// Properties | ||
|
||
// Methods | ||
|
||
// Events | ||
|
||
// Default | ||
default: | ||
break; | ||
} | ||
} | ||
}; | ||
|
||
exports.conf = { | ||
enabled: true, | ||
guildOnly: false, | ||
aliases: [''], | ||
permLevel: 0 | ||
}; | ||
|
||
exports.help = { | ||
name: 'PermissionOverwrites', | ||
description: 'Displays all the available information about the PermissionOverwrites class', | ||
usage: 'PermissionOverwrites [arg]' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
const settings = require('../settings.json'); | ||
exports.run = (client, message, params) => { | ||
if (!params[0]) { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
docChannel.send(""); | ||
} else { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
switch(`${params}`) { | ||
// Properties | ||
|
||
// Methods | ||
|
||
// Events | ||
|
||
// Default | ||
default: | ||
break; | ||
} | ||
} | ||
}; | ||
|
||
exports.conf = { | ||
enabled: true, | ||
guildOnly: false, | ||
aliases: [''], | ||
permLevel: 0 | ||
}; | ||
|
||
exports.help = { | ||
name: 'Permissions', | ||
description: 'Displays all the available information about the Permissions class', | ||
usage: 'Permissions [arg]' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
const settings = require('../settings.json'); | ||
exports.run = (client, message, params) => { | ||
if (!params[0]) { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
docChannel.send(""); | ||
} else { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
switch(`${params}`) { | ||
// Properties | ||
|
||
// Methods | ||
|
||
// Events | ||
|
||
// Default | ||
default: | ||
break; | ||
} | ||
} | ||
}; | ||
|
||
exports.conf = { | ||
enabled: true, | ||
guildOnly: false, | ||
aliases: [''], | ||
permLevel: 0 | ||
}; | ||
|
||
exports.help = { | ||
name: 'Presence', | ||
description: 'Displays all the available information about the Presence class', | ||
usage: 'Presence [arg]' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
const settings = require('../settings.json'); | ||
exports.run = (client, message, params) => { | ||
if (!params[0]) { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
docChannel.send(""); | ||
} else { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
switch(`${params}`) { | ||
// Properties | ||
|
||
// Methods | ||
|
||
// Events | ||
|
||
// Default | ||
default: | ||
break; | ||
} | ||
} | ||
}; | ||
|
||
exports.conf = { | ||
enabled: true, | ||
guildOnly: false, | ||
aliases: [''], | ||
permLevel: 0 | ||
}; | ||
|
||
exports.help = { | ||
name: 'ReactionCollector', | ||
description: 'Displays all the available information about the ReactionCollector class', | ||
usage: 'ReactionCollector [arg]' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
const settings = require('../settings.json'); | ||
exports.run = (client, message, params) => { | ||
if (!params[0]) { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
docChannel.send(""); | ||
} else { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
switch(`${params}`) { | ||
// Properties | ||
|
||
// Methods | ||
|
||
// Events | ||
|
||
// Default | ||
default: | ||
break; | ||
} | ||
} | ||
}; | ||
|
||
exports.conf = { | ||
enabled: true, | ||
guildOnly: false, | ||
aliases: [''], | ||
permLevel: 0 | ||
}; | ||
|
||
exports.help = { | ||
name: 'ReactionEmoji', | ||
description: 'Displays all the available information about the ReactionEmoji class', | ||
usage: 'ReactionEmoji [arg]' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
const settings = require('../settings.json'); | ||
exports.run = (client, message, params) => { | ||
if (!params[0]) { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
docChannel.send(""); | ||
} else { | ||
const docChannel = message.guild.channels.find("name", "documentation"); | ||
switch(`${params}`) { | ||
// Properties | ||
|
||
// Methods | ||
|
||
// Events | ||
|
||
// Default | ||
default: | ||
break; | ||
} | ||
} | ||
}; | ||
|
||
exports.conf = { | ||
enabled: true, | ||
guildOnly: false, | ||
aliases: [''], | ||
permLevel: 0 | ||
}; | ||
|
||
exports.help = { | ||
name: 'RichEmbed', | ||
description: 'Displays all the available information about the RichEmbed class', | ||
usage: 'RichEmbed [arg]' | ||
}; |
Oops, something went wrong.