7 lines
No EOL
164 B
JavaScript
Executable file
7 lines
No EOL
164 B
JavaScript
Executable file
const execute= (c) => {
|
|
c.bot.chat(c.bot.refillCoreCmd)
|
|
}
|
|
const consoleIndex= true
|
|
const aliases = ['refillcore', 'rc']
|
|
|
|
export { execute, consoleIndex, aliases } |