renamed emoji to emojiinfo

This commit is contained in:
SeaswimmerTheFsh 2024-05-08 13:53:21 -04:00
parent 8fdf587bde
commit 20c3007306
Signed by: cswimr
GPG key ID: 5D671B5D03D65A7F
4 changed files with 6 additions and 6 deletions

16
emojiinfo/info.json Normal file
View file

@ -0,0 +1,16 @@
{
"author" : ["SeaswimmerTheFsh (seasw.)"],
"install_msg" : "Thank you for installing Emoji!",
"name" : "Emoji",
"short" : "Retrieve information about emojis.",
"description" : "Retrieve information about emojis.",
"end_user_data_statement" : "This cog does not store end user data.",
"hidden": false,
"disabled": false,
"min_bot_version": "3.5.0",
"min_python_version": [3, 10, 0],
"requirements": ["pillow"],
"tags": [
"utility"
]
}