scarletcafe / jishaku

A debugging and testing cog for discord.py rewrite bots.
https://jishaku.readthedocs.io/en/latest/
MIT License
541 stars 181 forks source link

Add `me` as `guild.me` to repl builtin variables #156

Closed ImNimboss closed 2 years ago

ImNimboss commented 2 years ago

Rationale

This change is a QoL feature so users have to type less to access the me variable.

Summary of changes made

This adds a new repl builtin variable me, which is a shortcut for the guild.me attribute that represents the bot in a member form.

Checklist