From 406ba182412b3e8439958d06fa5538a6da6cf24d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 17 Jan 2023 16:42:55 +0100 Subject: [PATCH] change for the prod guild id --- src/commands/misc/prep.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/misc/prep.ts b/src/commands/misc/prep.ts index 6fc211f..301ed0f 100644 --- a/src/commands/misc/prep.ts +++ b/src/commands/misc/prep.ts @@ -5,7 +5,7 @@ import { getLocale, getLocalizations } from '../../utils/locales'; import { getFilename } from '../../utils/misc'; export default { - scope: () => ['441208120644075520'], + scope: () => ['807244911350906920'], data: (client: Client) => { const filename = getFilename(__filename);