aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2021-01-30Fix misleading game_over docstringGravatar Shivansh-007-1/+1
2021-01-24Fix lint issuesGravatar Shivansh-007-7/+7
2021-01-24Send a message on draw (was catching a error earlier) ; Improve send game ↵Gravatar Shivansh-007-27/+30
over (winner/loser) code ; add case_insensitive alias
2021-01-23Fix user given emoji checkGravatar Shivansh-007-16/+17
2021-01-21Check if the emoji given by user is availableGravatar Shivansh-007-4/+10
2021-01-21Remove redundant codeGravatar Shivansh-007-10/+3
2021-01-21Add ability to get custom tokens from the botGravatar Shivansh-007-23/+44
2021-01-21Improve embeds and docstringsGravatar Shivansh-007-23/+35
2021-01-21Add loading message before finishing all reactions and improve embed titleGravatar Shivansh-007-2/+8
2021-01-20Change Ai to bot's user and add stop game functionality, remove redundant ↵Gravatar Shivansh-007-29/+39
code, and DRY
2021-01-20COrrect annotations and improve docstrings ; make code more pythonicGravatar Shivansh-007-12/+21
2021-01-20fix grammar and spacingGravatar Shivansh-007-30/+32