A versatile Discord bot for your server, written with discord.py & nextcord.
Currently running:
- v3 (modern Slash Commands, like
/info)
For current announcements regarding DTbot, check the ANNOUNCEMENTS.md.
We aim to provide a vast variety of commands for our users with simplicity of commands being one of our top priorities. With our array of command modules, DTbot provides:
- Measurement conversions, especially between Metric and US units
- Examples include
/cminfor Centimeters to Inches and/incmfor Inches to Centimeters/lgalfor Liters to US Gallons and/gallfor US Gallons to Liters/cffor Celsius to Fahrenheit and/fcfor Fahrenheit to Celsius
- All Conversion commands are written as
/FromUnitToUnit- We currently support:
- Kilometers <> Miles (
/kmmi&/mikm), Meters <> Feet (/mft&/ftm), Meters <> Feet & Inches (/mftin&/ftinm), Centimeters <> Feet (/cmft&/ftcm), Centimeters <> Inches (/cmin&/incm) - Celsius <> Fahrenheit (
/cf&/fc) - Liters <> US Gallons (
/lgal&/gall), Milliliters <> US Fluid Ounces (/mlfloz&/flozml) - Kilograms <> US Pounds (
/kglbs&/lbskg)
- Kilometers <> Miles (
- We currently support:
- Examples include
- Interaction commands with expressive GIFs to enhance user interaction
- Examples include
/handholding [user],/hug [user],/pat [user], and many more (currently 20+ kinds of interactions)
- Examples include
- Simple math commands (all begin with
/maths)/maths add,/maths subtract,/maths square,/maths multiply,/maths divide/maths percentageto figure out what percentage something is (15 apples of 60? It's 25%)/maths percentofto figure out what a percentage of something equates to (25% of 60? It's 15)
- RNG-based commands like rolling dice (
/roll), flipping a coin (/coinflip), or a Magic 8 Ball (/8ball)/rollsupports a variety of options and modifiers, like dropping the lowest roll, adding something to the result, and more. Check out the options and modifiers available in the command.
- Various utility commands
/avatar [user],/changelog,/info,/userinfo [user],/whohas [role],/ping,/uptime,/xp [user]
- Anime/Manga lookup via AniList (
/anime [title]and/manga [title]) - and more!
A full command overview with examples and explanations can be found in the COMMANDS.md file.
If you have an idea for a command for DTbot (or you want a removed command back), you can use the /request command to
suggest it.
DTbot requires certain permissions in order to function as intended. The invite link includes:
-
View Channels/Read Messages: DTbot needs to be able to read messages to watch for command calls. We do not store any messages.
-
Send Messages: DTbot needs to be able to send messages itself, so it can show the command results.
-
Embed Links: Many of DTbot's commands use Discord's rich embeds to make nice-looking messages. If this is not provided, those commands will fail with an error message.
-
Use External Emoji: DTbot uses some emotes from its support and developer servers in messages.
If DTbot still has these permissions in your server from earlier versions, you can remove them without issue:
- Add Reactions - This was used in v2 and earlier to handle navigation in multi-embed response such as a paged
/whohasoutput. This was replaced by using buttons instead.
We would appreciate it if you didn't host your own instances of DTbot. The code is provided here for transparency and
potential educational uses.
We also won't provide the (convoluted) config.ini.
If you already share a server with DTbot, you can click the "Add to Server" button in DTbot's profile.
Alternatively, use the /info command and click where it says "Invite me".
DTbot can be invited via this link .
Ask away in the DTbot Support Server.
- Python 3.10+
- discord.py 2.0.0+
- MariaDB 10.4+ (server-side)
- MariaDB Connector/C (server-side, for MariaDB Connector/Python)
- (other) Dependencies listed in
requirements.txt