Changes to the readne

This commit is contained in:
Purplebored
2023-09-15 23:10:02 +02:00
parent 8f8eaf2bec
commit 4292b1d127
3 changed files with 43 additions and 2 deletions

BIN
Assets/Chrobry(1).png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

View File

@@ -61,7 +61,6 @@ public class CommandHandler
if (Message == null || Message.Author.IsBot)
return;
int argPos = 0;
// Change ur prefix here
if (!(Message.HasCharPrefix('?', ref argPos) || Message.HasMentionPrefix(Client.CurrentUser, ref argPos)))
return;
CommandContext context = new CommandContext(Client, Message);
@@ -91,6 +90,7 @@ public class Commands : ModuleBase
var helpMessage = "### List of available commands:\n\n" +
"### Practical Commands: \n" +
"`?help` - Displays this command.\n" +
"`?source` - Links to the bots source code. \n" +
"`?credits` - Displays bot's credit.\n" +
"`?test` - Simple test command you say test bot will response.\n" +
"`?invite` - Send a link to invite this bot to your server! \n" +
@@ -516,6 +516,13 @@ public class Commands : ModuleBase
await ReplyAsync(
"# Changelog: \n ### API UPDATE 0.0.2 \n Added a some new commands based on some cool APIs i found! \n + 16 New commands!!");
}
// Simple source command that leads to this project source
[Command("source")]
public async Task source()
{
await ReplyAsync("If you want to contribute or check out the source code you can do it here: https://codeberg.org/Purplebored/Chrobry");
}
// End of the misc commands
// Calculate command
[Command("calculate")]

View File

@@ -1,4 +1,38 @@
# Chrobry
A king among revolt bots 👑
Better Readme soon:tm:
![Chrobry(1).png](Assets\Chrobry(1).png)
## Features
- [x] Ban, Unban, Kick Command.
- [x] Open source
- [x] NSFW Commands
- [x] Fun Commands
## Features which gonna be added in the future.
- [ ] Music Commands.
- [ ] Better Mod commands
- [ ] Warn system
- [ ] Economy System.
# License
This project is licensed under the terms of the GPL 3.0 license.
## Contributing
Contributions to this project are welcome! Simply fork the repository and create a pull request with your proposed changes. preferably also create a issue on codeberg first.