This commit is contained in:
derpystuff 2022-05-21 16:21:08 +02:00
parent 7195d43c74
commit 6173b085a3
26 changed files with 1112 additions and 91 deletions

View file

@ -0,0 +1,14 @@
module.exports = {
name: 'test',
metadata: {
description: 'test',
examples: ['test'],
category: 'dev',
usage: 'test'
},
run: async (context) => {
return context.editOrReply('test successful.')
},
};