Skip to content

Commit

Permalink
chore(config): add devs
Browse files Browse the repository at this point in the history
  • Loading branch information
mzrtamp committed Jul 19, 2024
1 parent b73eac6 commit cc8bf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { ColorResolvable, ShardingManagerMode, UserResolvable } from "disco

export const shardingMode: ShardingManagerMode = "worker";
export const shardsCount: number | "auto" = "auto";
export const devs: UserResolvable[] = ["319872685897416725"];
export const devs: UserResolvable[] = ["319872685897416725", "366169273485361153"];
export const devGuild: string[] = [];
export const embedColor = "4B7EFF" as ColorResolvable;
export const defaultPrefix = "-";

0 comments on commit cc8bf2d

Please sign in to comment.