aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
-rw-r--r--src/config/example-options.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 7809385..006a2b4 100644
--- a/package.json
+++ b/package.json
@@ -70,4 +70,4 @@
"singleQuote": true,
"trailingComma": "none"
}
-} \ No newline at end of file
+}
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;