aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;