staging bold fixes

This commit is contained in:
John Facey
2022-06-17 18:00:49 -05:00
parent f07c84eaca
commit 24b3700775
5 changed files with 5 additions and 5 deletions

View File

@@ -2,6 +2,6 @@ module.exports = {
name: 'ping',
description: 'Ping!',
execute(message) {
message.channel.send('Pong.');
message.channel.send('**Pong.**');
}
};