Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes:
ping
- Checks bot latency.➕
shutdown
- Shuts down the bot.➖
echo
(🔴 Experimental)
mute
(🟡 To add
kick
,ban
,softban
,unban
,modmail
,slowmode
,bulkdelete
,lock
andunlock
)src
- Returns link to Hawkeye Github repo➕
git
- Returns link to Enigma Github➕
website
- Returns link to Enigma website➕
google [query]
- Searches queries on Google [Uses Let Me Google That For You...]➕
duckduckgo [query]
- Searches queries on DuckDuckGo [Uses Let me DuckDuckGo That For You]➕
wiki [query]
- Returns embed of Wikipedia topic searched for.➕
reddit [query]
- Searches queries on Reddit (🔴 May be unstable)wikipedia>=1.4.0
(🔴 Experimental)
8ball
- Gets random answers.➕
givecookie @member
- Gives cookie to user mentioned.➕
hug @member
- Fetches anime gif of a hug.➕
clap @member
- Fetches anime gif of clapping.➕
highfive @member
- Fetches anime gif of two characters high fiving.➕
laugh @member
- Fetches anime gif of a character laughing at someone.➕
kiss @member
- Fetches anime gif of characters kissing.➕
grind
- Fetches anime gif of programmer coding.➕
celsius
- Converts value from Fahrenheit to Celsius.➕
fahrenheit
- Converts value from Celsius to Fahrenheit.➕
dice ndm
- Rolls n number of m sided dice.avatar (av, pfp)
- Fetches avatar of person mentionedNote: All commands mentioned are preceded by bot prefix.
Issues:
from lightbulb import commands, context
not added everywhere. Will fix in next PR.lightbulb.context.Context
in place oflightbulb.Context
. Will fix.