aboutsummaryrefslogtreecommitdiff
path: root/src/config/example-options.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/example-options.ts')
-rw-r--r--src/config/example-options.ts9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/config/example-options.ts b/src/config/example-options.ts
index ce204e9..9a3e71e 100644
--- a/src/config/example-options.ts
+++ b/src/config/example-options.ts
@@ -1,25 +1,20 @@
// Credentials
export const credentials = {
- botToken: 'token here',
- dblToken: 'token here',
- dblWebhookAuth: 'auth here'
+ botToken: 'token here'
};
// Options
export const owners = [
'487443883127472129', // Tyman#7318
- '642416218967375882' // 💜Clari#7744
];
-export const prefix = 'u2!' as string;
+export const prefix = '-' as string;
export const dev = true as boolean;
export const channels = {
- dblVote: 'id here',
log: 'id here',
error: 'id here',
dm: 'id here',
command: 'id here'
};
-export const topGGPort = 3849;
// Database specific
export const db = {