More slash command work
This commit is contained in:
parent
77913618d6
commit
c821d91254
26 changed files with 188 additions and 62 deletions
5
events/debug.js
Normal file
5
events/debug.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { debug } from "../utils/logger.js";
|
||||
|
||||
export default async (client, cluster, worker, ipc, message) => {
|
||||
debug(message);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue