wall_e icon indicating copy to clipboard operation
wall_e copied to clipboard

CSSS Discord Bot (Wall-E)

Results 14 wall_e issues
Sort by recently updated
recently updated
newest added

# Administration - [ ] exit - [x] load - [x] unload - [x] reload - [ ] exc - can be converted - [ ] announce - has to...

good first issue
workshop

investigate if https://discordpy.readthedocs.io/en/stable/ext/commands/api.html#discord.ext.commands.Bot.add_command can be used to add custom text commands from database via https://github.com/CSSS/wall_e_api

https://github.com/pylint-dev/pylint https://pylint.readthedocs.io/en/latest/user_guide/configuration/all-options.html#spelling-checker https://pyenchant.github.io/pyenchant/install.html currently blocked by: ``` To detect the libenchant binaries, PyEnchant uses [ctypes.util.find_library()] (https://docs.python.org/3/library/ctypes.html#finding-shared-libraries), which requires ldconfig, gcc, objdump or ld to be installed. This is the case...

blocked

here's a bit of info on how to do it. https://github.com/Rapptz/discord.py/issues/197

enhancement
help wanted
good first issue

![Screenshot from 2024-06-13 09-12-35](https://github.com/CSSS/wall_e/assets/14242088/3a1a6018-6671-4403-bd27-9c150d5f17a1)

good first issue
workshop

``` 2024-09-13 05:53:22 = ERROR = Leveling = [wall_e_models models.py update_leveling_profile_info()] experienced error trying to fetch the message with the avatar .503 Service Unavailable (error code: 0): upstream connect error...

## Description - ban() now uses guild.ban() to facilitate clearing messages because its instant and the slowness of the previous method was not liked. also sometimes the clearing of messages...

Please check this [document](https://docs.google.com/document/d/1YeEmOXLjgG2t2vi4yJ8PFhBnke1CPtN9MZBlboiNfNg/edit?usp=sharing) for PR information

## Description In regard to issue [#667](https://github.com/CSSS/wall_e/issues/667) Converted `def sfu()` and `def outline()` to slash commands. Also rewrote existing commands to be more clean and DRY. ## Things to Note:...

Commands in the `wall_e/extensions/sfu.py` module should be updated to use discord slash commands. @chanchantang has implemented the `courses` command using slash commands in https://github.com/CSSS/wall_e/pull/666, which can be used as reference...