-
### Steps to reproduce
```python
# Import the command handler
import lightbulb
# Instantiate a Bot instance
bot = lightbulb.BotApp(token="", prefix="!")
@bot.command
@lightbulb.command("pin…
-
-
### Summary
like this :
import discord
from discord.ext import commands
import os
import asyncio
intents = discord.Intents.default()
client = commands.Bot(command_prefix='~', intents=intents, p…
-
### Steps to reproduce
```
import hikari
import lightbulb
if __name__ == '__main__':
bot = lightbulb.BotApp(
token="xxxx",
default_enabled_guilds="xxxx"
)
bo…
-
**Python version**: 3.10.8, manually compiled with `--enable-optimizations --with-lto` using GCC 11.3.0 against `glibc` 2.25.
**Loguru version**: `0.6.0`, installed from PyPI
**OS information**: KDE…
-
### DiscordChatExporterPy Version
latest
### Discord Version
latest hikari
### Bug Description
if i execute the save command with this [example](https://github.com/h4ckd0tm3/DiscordChatExporterPy…
-
### Steps to reproduce
```py
await bot.rest.edit_guild(ctx.guild_id, icon="path on disk or url")
```
### Expected result
Server icon should have changed
### Actual result
```
Trace…
-
Hi, i need to connect from two different hikari plugins, but it only connect 1/2, is there a workaround ?
I need to access lavalink node in the second plugin to get the queue for example
-
### Steps to reproduce
1. Run the default "help" prefix command on any bot running the latest release of hikari and hikari-lightbulb (this can be reproduced using the example bot scripts as well)
##…
-
Hello there,
When setting up a subscription it crashes. The input is "/subscribe channel: #jackets url: https://www.vinted.fr/catalog?search_text=carhart"
Any idea why this is happening?
Than…