-
https://github.com/tandemdude/hikari-lightbulb/blob/development/examples/in_depth_component_example.py
-
La meva proposta es la de crear un bot que pugui recordar els nostres aniversaris, així com els dies que falten perqué aquest aniversari.
Qui volgues que el bot recordi el seu aniversari, ho hauria …
-
### Summary
Add a getting started segment to the docs.
### Problem
API references are a lot to take in and go over for someone who's just getting used to the library and a getting started segment…
-
### Steps to reproduce
1. Set your requirements.txt to require hikari==2.1.0 and hikari-lightbulb==2.3.5.post0
2. Run pip install -r requirements.txt
3. Experience ResolutionImpossible
### Expecte…
-
Update to hikari-lightbulb v3 to help ease the further developement
-
### Summary
Hi, i've tried to add in my atuocomplete option for my play command a search results from lavalink, so when you type in discord to search you see all the results from your query without s…
-
https://hikari-lightbulb.readthedocs.io/en/v3/api-references/lightbulb/localization.html + https://www.mediawiki.org/wiki/Help:Extension:Translate/Message_Bundles = 🎉
-
### Steps to reproduce
1. Install Hikari-Lightbulb v3.0.0a5 with the `localization` extra
2. Create a `translations/en-US/LC_MESSAGES/commands.po` file with a message ID with 32 characters or more…
-
### Steps to reproduce
1. Install the latest versions of hikari and hikari-lightbulb
2. Save this code:
```py
import hikari
import lightbulb
TOKEN = "your_token" # replace with your token
…
-
### Steps to reproduce
I have a bot that runs in multiple servers, and each one uses a separate discord token so they have different usernames and pfps. I have all of them running in parallel. The pe…