diff --git a/src/config.ts b/src/config.ts index c6a3aed..ffe66f7 100644 --- a/src/config.ts +++ b/src/config.ts @@ -6,7 +6,7 @@ const config: IConfig = { StaffPrefix: "!!", GuildIds: { production: null, - development: "1010372303911129088" + development: null, }, StaffRole: "1166213537153167450", UpdatesChannel: "1166214000963506226", @@ -55,4 +55,4 @@ const config: IConfig = { }, } -export default config; \ No newline at end of file +export default config;