tawilkinson / boardgamebot

A Discord.py bot that fetches board game data
7 stars 0 forks source link

Move to Typescript #105

Closed tawilkinson closed 1 year ago

tawilkinson commented 3 years ago

Discord.py is dead see here.

With the new changes including slash commands (see #63) we need to pick a library that supports it. The only one I have any experience in is using (Discord.js)[https://discord.js.org/#/] via TypeScript (see: steve). And I guess it's time to learn another programming language.

A new branch will be created for this purpose but it will likely take sometime to move over. The only updates to the python branch will be @pyup-bot security updates from now on.

tawilkinson commented 1 year ago

Discord.py has resurrected and supports slash commands