summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bot.ts2
-rw-r--r--src/commands/fun/dogeify.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bot.ts b/src/bot.ts
index 2f3d8a3..5946543 100644
--- a/src/bot.ts
+++ b/src/bot.ts
@@ -59,7 +59,7 @@ client.once('ready', () => {
console.log('Servers:', `${client.guilds.cache.size}`)
console.log()
- client.user.setActivity('uwu!help | v7.0.0', {
+ client.user.setActivity('uwu!help | v7.0.1', {
type: 'WATCHING'
});
});
diff --git a/src/commands/fun/dogeify.ts b/src/commands/fun/dogeify.ts
index 3ec79bc..1c8757b 100644
--- a/src/commands/fun/dogeify.ts
+++ b/src/commands/fun/dogeify.ts
@@ -28,7 +28,7 @@ module.exports = class DogeifyFun extends Command {
async run(msg: CommandoMessage, { userMsg }) {
var m = userMsg;
var u1 = await doge(m);
- msg.reply(u1 + ' ' emoji.random());
+ msg.reply(u1 + ' ' + emoji.random());
msg.delete();
}
}; \ No newline at end of file