diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-07-17 14:26:25 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-07-17 14:26:25 +0000 |
| commit | 03378fdc9b02aab42e0fc280548b6d0d522bd143 (patch) | |
| tree | 800aeca4257b4749a8924693baf72c0ad3f3e3d4 /src/config | |
| parent | d1724227abfb8f0fcd9e573f7e9772cf0be8257a (diff) | |
| download | tanzanite-03378fdc9b02aab42e0fc280548b6d0d522bd143.tar.gz tanzanite-03378fdc9b02aab42e0fc280548b6d0d522bd143.tar.bz2 tanzanite-03378fdc9b02aab42e0fc280548b6d0d522bd143.zip | |
Automatically format code
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/example-options.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/example-options.ts b/src/config/example-options.ts index 1b5d15a..75b62d3 100644 --- a/src/config/example-options.ts +++ b/src/config/example-options.ts @@ -16,10 +16,10 @@ export const owners: Snowflake[] = [ export const prefix = '-' as string; export const dev = true as boolean; export const devGuild = '1000000000000000' as Snowflake; -export const channels: { log: Snowflake; error: Snowflake; dm: Snowflake; } = { +export const channels: { log: Snowflake; error: Snowflake; dm: Snowflake } = { log: '1000000000000000', error: '1000000000000000', - dm: '1000000000000000', + dm: '1000000000000000' }; // Database specific |
