Added /exportmemory to... export your chats
This commit is contained in:
@@ -9,6 +9,7 @@ import * as profile from './commands/profile.js';
|
||||
import * as resetmemory from './commands/resetmemory.js';
|
||||
import { banExecute, kickExecute, timeoutExecute } from './commands/moderation.js';
|
||||
import { startQotdScheduler } from './scheduler/qotd.js';
|
||||
import * as exportmemory from './commands/exportmemory.js';
|
||||
|
||||
requireEnv('discordToken');
|
||||
|
||||
@@ -29,6 +30,7 @@ commands.set('resetmemory', resetmemory.execute);
|
||||
commands.set('ban', banExecute);
|
||||
commands.set('kick', kickExecute);
|
||||
commands.set('timeout', timeoutExecute);
|
||||
commands.set('exportmemory', exportmemory.execute);
|
||||
|
||||
client.once(Events.ClientReady, async (c) => {
|
||||
await migrate();
|
||||
|
||||
Reference in New Issue
Block a user