staging bold fixes
This commit is contained in:
@@ -2,6 +2,6 @@ module.exports = {
|
||||
name: 'ping',
|
||||
description: 'Ping!',
|
||||
execute(message) {
|
||||
message.channel.send('Pong.');
|
||||
message.channel.send('**Pong.**');
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user