aboutsummaryrefslogtreecommitdiff
path: root/src/config/example-options.ts
diff options
context:
space:
mode:
authorTymanWasTaken <32660892+tymanwastaken@users.noreply.github.com>2021-04-27 21:18:06 -0600
committerTymanWasTaken <32660892+tymanwastaken@users.noreply.github.com>2021-04-27 21:18:06 -0600
commitaaac434461f98efa5fd85e00a839bb2da8e1fcfa (patch)
tree23e5a24649830adbe4cbdb9d6f96c33011b5957f /src/config/example-options.ts
parent35b613a3093327c4dcbed46bf65c9e8350721d92 (diff)
downloadtanzanite-aaac434461f98efa5fd85e00a839bb2da8e1fcfa.tar.gz
tanzanite-aaac434461f98efa5fd85e00a839bb2da8e1fcfa.tar.bz2
tanzanite-aaac434461f98efa5fd85e00a839bb2da8e1fcfa.zip
format
Diffstat (limited to 'src/config/example-options.ts')
-rw-r--r--src/config/example-options.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/example-options.ts b/src/config/example-options.ts
index 9a3e71e..ea04fe3 100644
--- a/src/config/example-options.ts
+++ b/src/config/example-options.ts
@@ -5,7 +5,7 @@ export const credentials = {
// Options
export const owners = [
- '487443883127472129', // Tyman#7318
+ '487443883127472129' // Tyman#7318
];
export const prefix = '-' as string;
export const dev = true as boolean;