aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/config/example-options.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config/example-options.ts b/src/config/example-options.ts
index ea04fe3..4be4637 100644
--- a/src/config/example-options.ts
+++ b/src/config/example-options.ts
@@ -5,7 +5,9 @@ export const credentials = {
// Options
export const owners = [
- '487443883127472129' // Tyman#7318
+ '322862723090219008', //IRONM00N
+ '464970779944157204', //TrashCan
+ '487443883127472129' //Tyman
];
export const prefix = '-' as string;
export const dev = true as boolean;