mirror of
https://github.com/sern-handler/templates
synced 2026-06-06 01:16:58 +00:00
fix(ts): ctx.reply to string only (#10)
This commit is contained in:
@@ -6,6 +6,6 @@ export default commandModule({
|
||||
description: 'A ping command',
|
||||
//alias : [],
|
||||
execute: async (ctx, args) => {
|
||||
await ctx.reply({ content: 'Pong 🏓' });
|
||||
await ctx.reply('Pong 🏓');
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user