mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
wip
This commit is contained in:
parent
7195d43c74
commit
6173b085a3
26 changed files with 1112 additions and 91 deletions
14
commands/message/dev/debug/test.js
Normal file
14
commands/message/dev/debug/test.js
Normal 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.')
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue