change for the prod guild id

This commit is contained in:
Mylloon 2023-01-17 16:42:55 +01:00
parent 4050a63fbb
commit 406ba18241
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -5,7 +5,7 @@ import { getLocale, getLocalizations } from '../../utils/locales';
import { getFilename } from '../../utils/misc'; import { getFilename } from '../../utils/misc';
export default { export default {
scope: () => ['441208120644075520'], scope: () => ['807244911350906920'],
data: (client: Client) => { data: (client: Client) => {
const filename = getFilename(__filename); const filename = getFilename(__filename);