big doinks
This commit is contained in:
parent
6ed02de8dc
commit
056f7e6cce
6
index.js
6
index.js
@ -42,6 +42,12 @@ client.on('message', message => {
|
|||||||
// Get the filename and extension as an array
|
// Get the filename and extension as an array
|
||||||
const file = functions.getFileInfo(message.content);
|
const file = functions.getFileInfo(message.content);
|
||||||
if (!file) return;
|
if (!file) return;
|
||||||
|
|
||||||
|
// Out here smoking big doinks in Amish
|
||||||
|
if (message.content.toLocaleLowerCase.includes('big doinks')) {
|
||||||
|
message.channel.send('gang.');
|
||||||
|
}
|
||||||
|
|
||||||
// If the message is from a bot, or doesn't have a valid file extension, stop here.
|
// If the message is from a bot, or doesn't have a valid file extension, stop here.
|
||||||
if (functions.extIsValid(file.extension) == false || message.author.bot) return;
|
if (functions.extIsValid(file.extension) == false || message.author.bot) return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user