aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2020-10-05Intents: call classmethod on class, not intermediate instanceGravatar kwzrd-1/+1
2020-10-05Intents: initial setupGravatar kwzrd-0/+10
For now, we require the privileged 'Guild Members' intent, to maintain all current functionality (e.g. Member convertors working with IDs). In the future, we may look into disabling this intent.
2020-10-04Deps: bump 'discord.py' to 1.5 & re-lockGravatar kwzrd-22/+22
2020-10-04removed tag handlingGravatar Anubhav1603-5/+1
2020-10-04cleaned the codeGravatar Anubhav1603-0/+4
2020-10-03removed unnecessary logging and added one spaceGravatar Anubhav1603-6/+2
2020-10-03changed github_avatar_urlGravatar Anubhav1603-1/+1
2020-10-03Update bot/exts/evergreen/emoji_count.pyGravatar Anubhav-4/+5
Co-authored-by: ks129 <[email protected]>
2020-10-03Update bot/exts/evergreen/emoji_count.pyGravatar Anubhav-3/+4
Co-authored-by: ks129 <[email protected]>
2020-10-02removed aliases and default help commandGravatar Anubhav1603-27/+10
2020-10-02added github_avatar_urlGravatar Anubhav1603-0/+1
2020-10-02added annotationGravatar Anubhav1603-2/+2
2020-10-02removed print statement,changed logging msg and changed emoji listGravatar Anubhav1603-12/+13
2020-10-02changed error_msg to emoji_infoGravatar Anubhav1603-3/+3
2020-10-02removed update and added data to dict directlyGravatar Anubhav-1/+1
Co-authored-by: Matteo Bertucci <[email protected]>
2020-10-02Update bot/exts/evergreen/emoji_count.pyGravatar Anubhav-1/+1
Co-authored-by: Matteo Bertucci <[email protected]>
2020-10-02Update bot/exts/evergreen/emoji_count.pyGravatar Anubhav-1/+1
Co-authored-by: Matteo Bertucci <[email protected]>
2020-10-02modified error messageGravatar Anubhav1603-3/+5
2020-10-02added ctx annotationGravatar Anubhav1603-3/+3
2020-10-02added loggingGravatar Anubhav1603-0/+8