Skip to content

Commit

Permalink
chore: make dev guild null by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ステラ authored Jan 20, 2024
1 parent a4be39d commit 7ff2637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const config: IConfig = {
StaffPrefix: "!!",
GuildIds: {
production: null,
development: "1010372303911129088"
development: null,
},
StaffRole: "1166213537153167450",
UpdatesChannel: "1166214000963506226",
Expand Down Expand Up @@ -55,4 +55,4 @@ const config: IConfig = {
},
}

export default config;
export default config;

0 comments on commit 7ff2637

Please sign in to comment.