Per http://krydos1.heliohost.org/cgi-bin/modules36.py the current version of discord.py on ricky is 1.2.4. However, versions below 1.3.4 have an issue (due to an update in Discord's API) which causes them to crash. Sources: Link 1: https://stackoverflow.com/questions/63027848/discord-py-glitch-or-random-error-typeerror-new-got-an-unexpected-keywor Link 2: https://github.com/Rapptz/discord.py/issues/5109 And, in any case, new versions have features that are required (again due to changes in Discord's API) for certain actions. (See: https://discordpy.readthedocs.io/en/latest/whats_new.html#v1-5-0) So I'd like to request that discord.py on ricky be updated to 1.5 at the minimum (preferably 1.5.1). All versions are compatible with Python 3.5.3+ (See: https://discordpy.readthedocs.io/en/latest/intro.html#prerequisites)