12brendan3 / UC-Esports-Bot

A bot for the University of Cincinnati Esports Discord server. Written using discord.js.
MIT License
3 stars 0 forks source link

Prepare for discord.js v13 #40

Closed 12brendan3 closed 2 years ago

12brendan3 commented 3 years ago

Things like the message.reply() function are changing. message.reply() is going to become an actual reply on Discord so we need to adjust wording for it.

There also may be the addition of slash (/) commands for bots. We may want to look into that as well.

12brendan3 commented 2 years ago

Pretty much done.