Skip to content

Commit 39739ee

Browse files
author
damian freeman
committed
kek
1 parent 988ea6f commit 39739ee

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

commands/commands.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
2-
name: 'commands',
2+
name: 'test',
33
description: 'NULL',
44
execute(client, message, args) {
5-
// do sumthing here LOL
5+
return message.channel.send(`${message.author}, This is just a test command.`);
66
},
77
};

commands/functioning.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[ N ] commands.js
2+
[ Y ] help.js
3+
[ N ] list.js
4+
[ Y ] online.js
5+
[ Y ] ping.js
6+
[ N ] queue.js
7+
[ Y ] status.js

commands/queue.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ module.exports = {
4949
if (!serverQueue) {
5050
const queueContruct = {
5151
textChannel: message.channel,
52+
game: "nani"
5253
};
5354

5455
queue.set(message.guild.id, queueContruct);
55-
5656
queueContruct.games.push(games);
5757

5858
} else {

0 commit comments

Comments
 (0)