This repository contains the BDScript 2 source code for the BitByte Discord Bot.
Important
This project is written for Bot Designer for Discord (BDFD) and is not directly self-hostable.
It is intended for transparency, learning, and Share Code reference.
Please star this repository if you found it helpful or interesting.
To better organize the project, the following pseudo-extensions are used:
.bds→ BDScript 2 command files.var→ Bot variable definitions / stored data structures
These are not required by GitHub, but are used for clarity and structure.
/Moderation/
ban.bds
mute.bds
unmute.bds
unban.bds
...
/Utilities/
userinfo.bds
avatar.bds
calc.bds
...
/Bot/
commands.bds
run.bds
...
/Miscellaneous/
ping.bds
info.bds
...
/Variables/
byte_key.var
isAdmin.var
isInBlacklist.var
...
Commands related to server control and moderation actions such as banning, kicking, muting, and warnings.
General-purpose commands that provide useful information or tools like ping checks, avatars, and server info.
Meta commands related to the bot such as eval or help reference.
Non-essential commands such as latency checks and bot information.
Stores persistent bot data including configuration, user data, economy (in the future), and psudeo-functions.
- All
.bdsfiles represent BDScript 2 command logic used inside BDFD - All
.varfiles represent logical data structures used by the bot - This repository is for documentation and educational purposes only
- To run the bot, use the Share Code feature in Bot Designer for Discord.
D9dh837pYCWl9759DnkKdyFFS