Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ljdj authored Feb 2, 2019
1 parent eaa0608 commit 1ae7994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bot.on('guildMemberAdd', member => {
bot.on('message', message => {
// commande help
if (message.content === prefix + "help") {
message.channel.send("Liste des commandes: \n *burgerbot \n *fabriquant \n *embed \n *xp \n *kick \n *ban \n *infodiscord \n *sondage \n *roll \n *8ball
message.channel.send("Liste des commandes: \n *burgerbot \n *fabriquant \n *embed \n *xp \n *kick \n *ban \n *infodiscord \n *sondage \n *roll \n *8ball")
console.log("Commande help effectué")
}

Expand Down

0 comments on commit 1ae7994

Please sign in to comment.