- Bump discord.py to 2.0
- Switch to slash commands
!rate <nbr>should useuse built-in range check- Replace
with
app_commands.Range[int, 1, 10] - https://gist.github.com/Rapptz/c4324f17a80c94776832430007ad40e6#range
- Replace
with
!rate <nbr> should useuse built-in range check
app_commands.Range[int, 1, 10]