mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
fix: added missing files from previous commit
This commit is contained in:
@@ -2,6 +2,15 @@
|
|||||||
|
|
||||||
Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
|
Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
|
||||||
|
|
||||||
|
## [5.3.7] - 21.01.2025
|
||||||
|
|
||||||
|
## Changed
|
||||||
|
|
||||||
|
- You can now run `.prune` in DMs
|
||||||
|
- It deletes only bot messages
|
||||||
|
- You can't specify a number of messages to delete (100 default)
|
||||||
|
- Updated command list
|
||||||
|
|
||||||
## [5.3.6] - 20.01.2025
|
## [5.3.6] - 20.01.2025
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
|
@@ -974,7 +974,7 @@
|
|||||||
"Module": "Administration",
|
"Module": "Administration",
|
||||||
"Options": null,
|
"Options": null,
|
||||||
"Requirements": [
|
"Requirements": [
|
||||||
"Bot Owner Only"
|
"Administrator Server Permission"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -990,7 +990,7 @@
|
|||||||
"Module": "Administration",
|
"Module": "Administration",
|
||||||
"Options": null,
|
"Options": null,
|
||||||
"Requirements": [
|
"Requirements": [
|
||||||
"Bot Owner Only"
|
"Administrator Server Permission"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1008,7 +1008,7 @@
|
|||||||
"Module": "Administration",
|
"Module": "Administration",
|
||||||
"Options": null,
|
"Options": null,
|
||||||
"Requirements": [
|
"Requirements": [
|
||||||
"Bot Owner Only"
|
"Administrator Server Permission"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -4045,6 +4045,51 @@
|
|||||||
"ManageMessages Server Permission"
|
"ManageMessages Server Permission"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Aliases": [
|
||||||
|
".fish",
|
||||||
|
".fi"
|
||||||
|
],
|
||||||
|
"Description": "Attempt to catch a fish.\nDifferent fish live in different places, at different times of day and in different weather.",
|
||||||
|
"Usage": [
|
||||||
|
".fish"
|
||||||
|
],
|
||||||
|
"Submodule": "FishCommands",
|
||||||
|
"Module": "Games",
|
||||||
|
"Options": null,
|
||||||
|
"Requirements": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Aliases": [
|
||||||
|
".fishspot",
|
||||||
|
".fisp",
|
||||||
|
".fish?"
|
||||||
|
],
|
||||||
|
"Description": "Shows information about the current fish spot, weather and time.",
|
||||||
|
"Usage": [
|
||||||
|
".fishspot"
|
||||||
|
],
|
||||||
|
"Submodule": "FishCommands",
|
||||||
|
"Module": "Games",
|
||||||
|
"Options": null,
|
||||||
|
"Requirements": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Aliases": [
|
||||||
|
".fishlist",
|
||||||
|
".fili",
|
||||||
|
".fishes",
|
||||||
|
".fil"
|
||||||
|
],
|
||||||
|
"Description": "Look at your fish catalogue.\nShows how many of each fish you caught and what was the highest quality.\nFor each caught fish, it also shows its required spot, time of day and weather.",
|
||||||
|
"Usage": [
|
||||||
|
".fishlist"
|
||||||
|
],
|
||||||
|
"Submodule": "FishCommands",
|
||||||
|
"Module": "Games",
|
||||||
|
"Options": null,
|
||||||
|
"Requirements": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Aliases": [
|
"Aliases": [
|
||||||
".hangmanlist"
|
".hangmanlist"
|
||||||
|
Reference in New Issue
Block a user