From 8725cff3e370b54b7d372dda9e1991d81fc25b25 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sat, 18 Jun 2022 18:41:32 -0400 Subject: add owner --- config/example-options.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/example-options.ts b/config/example-options.ts index 024b043..1289c8d 100644 --- a/config/example-options.ts +++ b/config/example-options.ts @@ -14,8 +14,9 @@ export default new Config({ }, environment: 'development', owners: [ - '322862723090219008', //IRONM00N - '487443883127472129' //Tyman + '322862723090219008', // IRONM00N + '487443883127472129', // Tyman + '311294982898057217' // FeLunar ], prefix: '-', channels: { -- cgit