A Discord bot that translates common internet abbreviations into their full meanings.
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
ABBREVIATIONSdictionary - 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.
