Skip to content

Commit

Permalink
fix(handling): remove obsolete whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
almostSouji committed May 13, 2022
1 parent 0de98f1 commit 6a90044
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code-samples/creating-your-bot/command-handling/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const { token } = require('./config.json');

const client = new Client({ intents: [Intents.FLAGS.GUILDS] });


client.commands = new Collection();
const commandsPath = path.join(__dirname, 'commands');
const commandFiles = fs.readdirSync(commandsPath).filter(file => file.endsWith('.js'));
Expand Down

0 comments on commit 6a90044

Please sign in to comment.