diff options
author | riohorealhk <76907766+riohorealhk@users.noreply.github.com> | 2021-04-28 11:19:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 21:19:10 -0600 |
commit | 22fe34250ec357b6dca0456825c39b71a4023ffa (patch) | |
tree | 4699690fc8f4f67feaf24585c4d7b0db0316dca9 | |
parent | aaac434461f98efa5fd85e00a839bb2da8e1fcfa (diff) | |
download | tanzanite-22fe34250ec357b6dca0456825c39b71a4023ffa.tar.gz tanzanite-22fe34250ec357b6dca0456825c39b71a4023ffa.tar.bz2 tanzanite-22fe34250ec357b6dca0456825c39b71a4023ffa.zip |
yooooo add them cuz why not (#147)
-rw-r--r-- | src/config/example-options.ts | 4 |
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; |