diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-06-18 18:41:32 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-06-18 18:41:32 -0400 |
commit | 8725cff3e370b54b7d372dda9e1991d81fc25b25 (patch) | |
tree | 9fab015fe3068b737c090801c4a14105597f2ffb /config | |
parent | a159e838457844241e0ea75a7d69f3b443aa9e0f (diff) | |
download | tanzanite-8725cff3e370b54b7d372dda9e1991d81fc25b25.tar.gz tanzanite-8725cff3e370b54b7d372dda9e1991d81fc25b25.tar.bz2 tanzanite-8725cff3e370b54b7d372dda9e1991d81fc25b25.zip |
add owner
Diffstat (limited to 'config')
-rw-r--r-- | config/example-options.ts | 5 |
1 files changed, 3 insertions, 2 deletions
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: { |