From fddd0f2340dc4930a1401efe934105fd18adef60 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Tue, 21 Jan 2025 01:22:56 +0000 Subject: [PATCH] fix: added missing files from previous commit --- CHANGELOG.md | 9 +++++ src/NadekoBot/data/commandlist.json | 51 +++++++++++++++++++++++++++-- 2 files changed, 57 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de1efbb2f..5df97f0b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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 ## Added diff --git a/src/NadekoBot/data/commandlist.json b/src/NadekoBot/data/commandlist.json index 94dd30917..4d44e9812 100644 --- a/src/NadekoBot/data/commandlist.json +++ b/src/NadekoBot/data/commandlist.json @@ -974,7 +974,7 @@ "Module": "Administration", "Options": null, "Requirements": [ - "Bot Owner Only" + "Administrator Server Permission" ] }, { @@ -990,7 +990,7 @@ "Module": "Administration", "Options": null, "Requirements": [ - "Bot Owner Only" + "Administrator Server Permission" ] }, { @@ -1008,7 +1008,7 @@ "Module": "Administration", "Options": null, "Requirements": [ - "Bot Owner Only" + "Administrator Server Permission" ] }, { @@ -4045,6 +4045,51 @@ "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": [ ".hangmanlist"