aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2021-10-28chore: change COLOUR_MAPPING to colour_mappingGravatar brad90four-6/+6
2021-10-28chore: correct capitalization of command name in embedGravatar brad90four-2/+7
2021-10-28chore: change to tuples, various suggested changesGravatar brad90four-30/+30
2021-10-28chore: general code fixes and cleanupGravatar bradtimmis-62/+29
2021-10-27chore: move send_colour_response to top of classGravatar brad90four-32/+32
2021-10-27chore: embed format tweakingGravatar brad90four-2/+2
2021-10-27fix: testing fixesGravatar bradtimmis-11/+10
2021-10-26chore: code cleanupGravatar brad90four-66/+86
2021-10-26chore: code cleanupGravatar bradtimmis-15/+4
2021-10-25chore: fix import order due to isortGravatar bradtimmis-1/+1
2021-10-25fix: finish restructure with all functionalityGravatar bradtimmis-329/+66
Added commands for `name` and `random`. Added the ability to look up the color name based on the hex value. Co-authored-by: Mohammad Rafivulla <[email protected]> Co-authored-by: Vivaan Verma <[email protected]>