Implement madlibs
This commit is contained in:
parent
b84c032be7
commit
f5960f605f
@ -6,7 +6,8 @@ module.exports = {
|
||||
.setDescription('Ends an existing madlib session.'),
|
||||
async execute(interaction, client) {
|
||||
await interaction.reply('Game aborted.');
|
||||
global.madlibState = { gameChannel: undefined, storyTitle:undefined, currentStory: undefined, storyIterate: 0, storyReplaceContent: [], storyLength: undefined};
|
||||
global.madlibState = { gameChannel: undefined, storyTitle:undefined, currentStory: undefined, storyIterate: 0, storyReplaceContent: []};
|
||||
|
||||
console.log("User " + interaction.user.tag + " ran /ping");
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user