discord is py-cord bot debug tools
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
This module is built on top of Jishaku.
- Download jishaku
pip install -U "jishaku @ git+https://github.com/Gorialis/jishaku@master"
jejudo is an extension for bot developers that enables rapid prototyping, experimentation, and debugging of features for bots.
One of jejudo's core philosophies is to be dynamic and easy-to-use. Here's the two step install:
- Download jejudo on the command line using pip:
pip install -U jejudo
- Load the extension in your bot code before it runs:
bot.load_extension('jejudo') # or await bot.load_extension('jejudo')That's it!
You can also import the module to use the command development utilities.
Command reference
|
|
>
The Python commands execute or evaluate Python code passed into them.
It supports simple expressions:
|
_ctx |
The Context that invoked the command. |
_bot |
The running Bot instance. |
_author_channel_guild_me_message_msg |
Shortcuts for attributes on _ctx.
|
_find_get |
Shortcuts for discord.utils functions.
|
The underscore prefix on the provided variables is intended to help prevent shadowing when writing large blocks of code within the command.
If you decide that you don't want the prefix, you can disable it by setting the
jejudo_NO_UNDERSCORE environment variable to true.
Each Python command is individually scoped. That means variables you create won't be retained in later invocations.
|
|
>
The shell command executes commands within your system shell.
|
|
|
>
|
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jejudo-2.7.5.tar.gz.
File metadata
- Download URL: jejudo-2.7.5.tar.gz
- Upload date:
- Size: 36.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
421ab0358cdf283c2b6819fa115b72591d06708adf99983ff04ef7d3f1377689
|
|
| MD5 |
12b817187dc2c67997f265732410f200
|
|
| BLAKE2b-256 |
f9e550fe0bb1b8c5034154c410069f8b4cf3234b2e17b9b9100558653201a4b4
|
File details
Details for the file jejudo-2.7.5-py3-none-any.whl.
File metadata
- Download URL: jejudo-2.7.5-py3-none-any.whl
- Upload date:
- Size: 42.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bce16243a41dfa2e4fd157c5af37bdf41ca27e1578109c1a793e51c29b1e8593
|
|
| MD5 |
f23d78765d21da1dd1f5477a8e650c82
|
|
| BLAKE2b-256 |
1417bdac9b4c645feb98743f8f6134a6e373fc5aa32b73c2416f5532e0845cf3
|