diff --git a/config.js b/config.js new file mode 100644 index 0000000..1c4f1c6 --- /dev/null +++ b/config.js @@ -0,0 +1,20 @@ +export default { + prefix: 'slash-is-good', + owner: '285118390031351809', + token: 'Hi Mom!', + clientId: 'Hi Mom!', + guildId: '697039582922801182', + webhookId: 'Hi Mom!', + webhookToken: 'Hi Mom!', + mongo: 'Hi Mom!', + openai: { + apiKey: 'Hi Mom!', + organization: 'Hi Mom!', + }, + music: { + host: 'Hi Mom!', + port: 3169, + password: 'Hi Mom!', + secure: !!true + }, +};