diff options
author | TymanWasTaken <32660892+tymanwastaken@users.noreply.github.com> | 2021-04-27 21:18:06 -0600 |
---|---|---|
committer | TymanWasTaken <32660892+tymanwastaken@users.noreply.github.com> | 2021-04-27 21:18:06 -0600 |
commit | aaac434461f98efa5fd85e00a839bb2da8e1fcfa (patch) | |
tree | 23e5a24649830adbe4cbdb9d6f96c33011b5957f /src/config/example-options.ts | |
parent | 35b613a3093327c4dcbed46bf65c9e8350721d92 (diff) | |
download | tanzanite-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.ts | 2 |
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; |