A Discord bot that translates common internet abbreviations into their full meanings.
Warning
This Discord bot is subject to special licensing terms. Please read the full NiceBots Discord Bot License Agreement Version 1.0 for complete details.
Important
Key License Points:
- Personal or internal business use only
- No commercial or economic gain (including donations)
- All modifications must be publicly shared
- Clear attribution required
- Contributions grant full rights to NiceBots.xyz
- License termination upon legal dispute
- No use of NiceBots.xyz trademarks
Note
This summary is not legally binding. Refer to the full license text for all terms and conditions.
Click here to add Deabbreviator to your server or account
To add new abbreviations to the bot:
- Fork the repository
- Edit
/src/extensions/deabbreviator/main.py
- Add your abbreviations to the
ABBREVIATIONS
dictionary - Create a pull request
Example format:
ABBREVIATIONS: Final = {
"abc": "actual meaning here",
# Add your abbreviations here
}
This bot is maintained by nicebots.xyz and is based on the botkit template.
Note: By using, modifying, or distributing this bot, you agree to the terms of the NiceBots Discord Bot License Agreement Version 1.0.