parent
1494e0e023
commit
c27595bb84
@ -0,0 +1,5 @@
|
||||
from .unicode import Unicode
|
||||
|
||||
|
||||
def setup(bot):
|
||||
bot.add_cog(Unicode(bot))
|
@ -1,11 +1,21 @@
|
||||
{
|
||||
"AUTHOR": "SnappyDragon",
|
||||
"INSTALL_MSG": "\u0048\u0065\u006c\u006c\u006f\u0021 \u0054\u0068\u0069\u0073 \u006d\u0065\u0073\u0073\u0061\u0067\u0065 \u0077\u0061\u0073 \u0077\u0072\u0069\u0074\u0074\u0065\u006e \u0069\u006e \u0055\u004e\u0049\u0043\u004f\u0044\u0045\u002e",
|
||||
"NAME": "Unicode",
|
||||
"SHORT": "Encode/Decode Unicode characters!",
|
||||
"DESCRIPTION": "Encode/Decode a Unicode character!",
|
||||
"TAGS": [
|
||||
"author": [
|
||||
"Bobloy",
|
||||
"SnappyDragon"
|
||||
],
|
||||
"bot_version": [
|
||||
3,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"description": "Encode/Decode Unicode characters!",
|
||||
"hidden": false,
|
||||
"install_msg": "\u0048\u0065\u006c\u006c\u006f\u0021 \u0054\u0068\u0069\u0073 \u006d\u0065\u0073\u0073\u0061\u0067\u0065 \u0077\u0061\u0073 \u0077\u0072\u0069\u0074\u0074\u0065\u006e \u0069\u006e \u0055\u004e\u0049\u0043\u004f\u0044\u0045\u002e",
|
||||
"requirements": [],
|
||||
"short": "Encode/Decode Unicode characters!",
|
||||
"tags": [
|
||||
"bobloy",
|
||||
"utility",
|
||||
"utlities"
|
||||
"tools"
|
||||
]
|
||||
}
|
Loading…
Reference in new issue