-
### Steps to reproduce
- I do not have a good idea on how to reproduce this bug, but keeps crashing my live instance.
### Expected result
Hikari shard should be stable
### Actual result
…
-
Hi
I am having an issue with the join_command shown in the hikari / lightbulb example:
@bot.command()
@lightbulb.command(name="join", description="join voice channel")
@lightbulb.implements(*im…
-
# Problem
In almost every single discord bot, an object needs to be stored somewhere that can be accessed from anywhere in the project. For example [mcodingbot](https://github.com/mcb-dev/mCodingBot/…
-
### Steps to reproduce
1. Upgrade hikari to 2.0.0.dev113
2. Import lightbulb in your bot
3. Experience an ImportError being raised
### Expected result
It should have imported correctly.
### Actu…
-
### Steps to reproduce
0. Install Visual Studio Code + Python
1. Set up virtual enviorment
2. Make python file
3. Install hikari and hikari-lightbulb
4. Paste
```
import hikari
import lightbu…
-
self-explanatory
![image](https://user-images.githubusercontent.com/69626130/202705708-8c589b4a-b4ed-44f0-9665-c6a150884895.png)
-
### Summary
It would be very useful if a plugin could use some initialization code.
One could place it in the `Plugin.load()`-Method which is used to add the plugin, but that sadly does not support …
-
### **As**
Lead, Developer(s)
### **I want to**
Research on about any available frameworks for Discord bot development for our chosen language
### **In order to**
Start development of the project…
-
Would it be possible to add an example of a slash command bot to the examples folder? I notice that this library seems to support them, but I can't find any documentation on how to use them (maybe I a…
-
### Steps to reproduce
1. Create a GuildMessageCreateEvent
2. Take the value of event.content
3. type(event.content)
4. Send a message in a Guild
5. Check Terminal
### Expected result
type(e…
kshgr updated
2 years ago