mojira / mojira-discord-bot

🎮 A Discord bot for linking to and providing information about Mojira tickets
https://discord.gg/rpCyfKV
GNU General Public License v3.0
19 stars 9 forks source link

Implement slash commands #263

Closed chandler05 closed 2 years ago

chandler05 commented 2 years ago

Purpose

Fix #181

Approach

Convert all existing commands over to slash commands, with minor changes in syntax and behavior. I did my best to keep the new commands as similar to the old commands as possible.

Future work

Clean up my somewhat messy code