aboutsummaryrefslogtreecommitdiff
path: root/src/config/example-options.ts
diff options
context:
space:
mode:
authorTymanWasTaken <32660892+tymanwastaken@users.noreply.github.com>2021-04-27 21:21:14 -0600
committerTymanWasTaken <32660892+tymanwastaken@users.noreply.github.com>2021-04-27 21:21:14 -0600
commit80903aba7f7ea61eb395e1ec650d85d29198a874 (patch)
tree70b11f734596c93e2d6b326d8c51f84eae46205f /src/config/example-options.ts
parent22fe34250ec357b6dca0456825c39b71a4023ffa (diff)
downloadtanzanite-80903aba7f7ea61eb395e1ec650d85d29198a874.tar.gz
tanzanite-80903aba7f7ea61eb395e1ec650d85d29198a874.tar.bz2
tanzanite-80903aba7f7ea61eb395e1ec650d85d29198a874.zip
format reeee
Diffstat (limited to 'src/config/example-options.ts')
-rw-r--r--src/config/example-options.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config/example-options.ts b/src/config/example-options.ts
index 4be4637..2da1374 100644
--- a/src/config/example-options.ts
+++ b/src/config/example-options.ts
@@ -5,9 +5,9 @@ export const credentials = {
// Options
export const owners = [
- '322862723090219008', //IRONM00N
- '464970779944157204', //TrashCan
- '487443883127472129' //Tyman
+ '322862723090219008', //IRONM00N
+ '464970779944157204', //TrashCan
+ '487443883127472129' //Tyman
];
export const prefix = '-' as string;
export const dev = true as boolean;