diff --git a/.gitignore b/.gitignore index e2d11fb..b5714e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /node_modules .env ~/.gitconfig +db.json diff --git a/app.js b/app.js deleted file mode 100644 index 9692dd7..0000000 --- a/app.js +++ /dev/null @@ -1,26 +0,0 @@ -require('dotenv').config(); - -const { Client, Events, GatewayIntentBits } = require('discord.js'); - -const client = new Client({ - intents: [ - GatewayIntentBits.Guilds, - GatewayIntentBits.GuildMessages, - GatewayIntentBits.MessageContent, - GatewayIntentBits.GuildMembers - ] -}); - -/* -client.on(Events.MessageCreate, (message) => { - if(message.content.toLocaleLowerCase().includes("quoi")) { - message.reply(message.content.replace("quoi","feur")); - } -}); - -client.on(Events.ClientReady, () => { - console.log(`Hello World !`); -}); -*/ - -// client.login(process.env.DISCORDTOKEN); \ No newline at end of file diff --git a/assets/logo.png b/assets/logo.png deleted file mode 100644 index b744d1a..0000000 Binary files a/assets/logo.png and /dev/null differ diff --git a/db.json b/db.json deleted file mode 100644 index 9f63d2d..0000000 --- a/db.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "ignoredChannels": [], - "configs": {} -} \ No newline at end of file