From 7d22a2c70c7f7803d12460d70cc514238f1c8806 Mon Sep 17 00:00:00 2001 From: pacnpal Date: Sat, 28 Sep 2024 17:16:54 -0400 Subject: [PATCH] Info.json --- birthday/info.json | 18 ------------------ info.json | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 birthday/info.json create mode 100644 info.json diff --git a/birthday/info.json b/birthday/info.json deleted file mode 100644 index 145ccbb..0000000 --- a/birthday/info.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "author": [ - "PacNPal" - ], - "install_msg": "Thank you for installing the Birthday cog! Make sure to set up the birthday role and allowed roles using `[p]birthdayset`.", - "name": "Birthday", - "short": "Assign a birthday role until midnight Pacific Time", - "description": "This cog allows you to assign a special birthday role to users that automatically expires at midnight Pacific Time. It includes features to restrict usage to specific roles and ignore role hierarchy.", - "tags": [ - "birthday", - "role", - "temporary" - ], - "requirements": [], - "min_bot_version": "3.5.0", - "max_bot_version": "3.9.9", - "type": "COG" -} \ No newline at end of file diff --git a/info.json b/info.json new file mode 100644 index 0000000..c5b9ac7 --- /dev/null +++ b/info.json @@ -0,0 +1,18 @@ +{ + "author": [ + "PacNPal" + ], + "install_msg": "Thank you for installing the Pac-cogs repo!", + "name": "Pac-cogs", + "short": "Very cool cogs!", + "description": "Right now, just a birthday cog.", + "tags": [ + "birthday", + "role", + "temporary" + ], + "requirements": [], + "min_bot_version": "3.5.0", + "max_bot_version": "3.9.9", + "type": "COG" +} \ No newline at end of file