22
33A Discord bot that translates common internet abbreviations into their full meanings.
44
5+ <img src =" /examples/message_command_1.png " alt =" Example of the Deabbreviator bot in action " width =" 500 " />
6+
7+ <!-- prettier-ignore -->
58> [ !WARNING]
69> This Discord bot is subject to special licensing terms. Please read the full NiceBots Discord Bot License Agreement Version 1.0 for complete details.
710
11+ <!-- prettier-ignore -->
812> [ !IMPORTANT]
913> ** Key License Points:**
1014> - Personal or internal business use only
@@ -15,12 +19,13 @@ A Discord bot that translates common internet abbreviations into their full mean
1519> - License termination upon legal dispute
1620> - No use of NiceBots.xyz trademarks
1721
22+ <!-- prettier-ignore -->
1823> [ !NOTE]
1924> This summary is not legally binding. Refer to the full license text for all terms and conditions.
2025
2126## Add to Your Server/Account
2227
23- [ Click here to add Deabbreviator to your server or account] ( https://discord.com/oauth2/authorize?client_id=1342236118212673537 )
28+ [ Click here to add Deabbreviator to your server or account] ( https://nicebots.xyz/bots/deabbreviator/invite )
2429
2530## Contributing Abbreviations
2631
@@ -32,6 +37,7 @@ To add new abbreviations to the bot:
32374 . Create a pull request
3338
3439Example format:
40+
3541``` python
3642ABBREVIATIONS : Final = {
3743 " abc" : " actual meaning here" ,
@@ -41,6 +47,8 @@ ABBREVIATIONS: Final = {
4147
4248## About
4349
44- This bot is maintained by [ nicebots.xyz] ( https://nicebots.xyz ) and is based on the [ botkit template] ( https://github.com/nicebots-xyz/botkit ) .
50+ This bot is maintained by [ nicebots.xyz] ( https://nicebots.xyz ) and is based on the
51+ [ botkit template] ( https://github.com/nicebots-xyz/botkit ) .
4552
46- Note: By using, modifying, or distributing this bot, you agree to the terms of the NiceBots Discord Bot License Agreement Version 1.0.
53+ Note: By using, modifying, or distributing this bot, you agree to the terms of the
54+ NiceBots Discord Bot License Agreement Version 1.0.
0 commit comments