mirror of
https://github.com/Alee14/AleeBot.git
synced 2025-01-23 19:42:04 -05:00
Just normal updates
This commit is contained in:
parent
cc35e0f884
commit
729befc987
1 changed files with 2 additions and 2 deletions
|
@ -175,10 +175,10 @@ client.on("message", function(message){
|
|||
message.reply('Sorry this feature is still being worked on :(');
|
||||
}
|
||||
|
||||
if(message.content === prefix + 'testembed')
|
||||
if(message.content === prefix + 'totallynotasecreteggwinkwink')
|
||||
message.channel.send({embed: {
|
||||
color: 3447003,
|
||||
description: "A very simple Embed!"
|
||||
description: "Hint hint the new help system will have embed"
|
||||
}});
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue