Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/analogfeelings/sammbot
A simple Discord bot with utilities for moderation, fun, and more.
https://github.com/analogfeelings/sammbot
bot bots cats csharp discord discord-bot dogs dotnet dotnet-core dotnetcore ducks easy-to-use foxes gplv3 linux macos net80 website windows
Last synced: about 2 months ago
JSON representation
A simple Discord bot with utilities for moderation, fun, and more.
- Host: GitHub
- URL: https://github.com/analogfeelings/sammbot
- Owner: AnalogFeelings
- License: gpl-3.0
- Created: 2021-10-10T23:55:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T17:53:18.000Z (2 months ago)
- Last Synced: 2024-10-29T19:05:00.172Z (2 months ago)
- Topics: bot, bots, cats, csharp, discord, discord-bot, dogs, dotnet, dotnet-core, dotnetcore, ducks, easy-to-use, foxes, gplv3, linux, macos, net80, website, windows
- Language: C#
- Homepage: https://analogfeelings.github.io/SammBot/
- Size: 5.16 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![GitHub issues](https://img.shields.io/github/issues/analogfeelings/sammbot?style=flat-square&logo=github&label=Issues)](https://github.com/AnalogFeelings/sammbot/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/analogfeelings/sammbot?label=Pull%20Requests&style=flat-square&logo=github)](https://github.com/AnalogFeelings/sammbot/pulls)
[![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/analogfeelings/sammbot/unit-tests.yml?branch=master&label=Unit%20Tests&style=flat-square&logo=githubactions&logoColor=white)](https://github.com/AnalogFeelings/SammBot/actions)
[![GitHub](https://img.shields.io/github/license/analogfeelings/sammbot?label=License&style=flat-square&logo=opensourceinitiative&logoColor=white)](https://github.com/AnalogFeelings/sammbot/blob/master/LICENSE)
[![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/m/analogfeelings/sammbot/master?label=Commit%20Activity&style=flat-square&logo=github)](https://github.com/AnalogFeelings/sammbot/graphs/commit-activity)
[![GitHub Repo stars](https://img.shields.io/github/stars/analogfeelings/sammbot?label=Stargazers&style=flat-square&logo=github)](https://github.com/AnalogFeelings/sammbot/stargazers)
[![Mastodon Follow](https://img.shields.io/mastodon/follow/109309123442839534?domain=https%3A%2F%2Ftech.lgbt%2F&style=flat-square&logo=mastodon&logoColor=white&label=Follow%20Me!&color=6364ff)](https://tech.lgbt/@analog_feelings)#
Samm-Bot is a free and open-source Discord bot that I began developing around 2020 for fun.
Its source code was private, was written in TypeScript, and was very feature-lacking.In 2021, I decided to rewrite it in .NET, make it open-source and much more feature rich. Nowadays, it focuses on being useful, with features such as moderation and fun commands.
My main motivation is because currently, most large bots are owned by money-hungry people who like to shove Premium ads everywhere they can.
I wanted to make a free and open-source bot that people could rely on for simple server-keeping tasks such as warnings, logging and more.> [!IMPORTANT]
> Currently, the bot is in a **beta** state and is very unpolished.## :trophy: Maintainers
This is a list of all the people who maintain Samm-Bot's development.
* :floppy_disk: Analog Feelings - Creator and lead developer.
## :books: Features
* :floppy_disk: **Bot Administration Module**: Allows the bot's owner to manage the bot remotely.
* :gear: **Server Settings Module**: Allows you to set server-specific settings, like logging, welcome messages, etc...
* :judge: **Moderation Module**: Allows you to kick, ban, mute, or bulk delete messages.
* :label: **Tags Module**: Allows users to create tags that make Samm-Bot reply with a custom message when used with the "tags get" command.
* :game_die: **Fun Module**: Hugging, patting, asking the magic 8-ball, and more!
* :information_source: **Information Module**: Shows information about the bot and can also show information about a user or server.
* :slot_machine: **Random Module**: Retrieve random content from the cat, dog, fox or duck APIs.
* :wrench: **Utils Module**: Allows you to view RGB or HEX colors or get a user's avatar.
## :package: BuildingThe .NET toolset will automatically pull all the required NuGet packages on build.
Samm-Bot has currently been tested on **x86-64** and **aarch64**.For Linux and macOS users, this [tiny script](./Scripts/BuildSamm.sh) should make it easier for you to pull and build automatically.
> [!NOTE]
> The script linked above requires Bash.## :cd: Database Setup
Here is a small TL;DR on how to update the database in Samm-Bot.
Knowing how EntityFramework works is still recommended for this project.### :eight_spoked_asterisk: Creating Migrations
Grab the command line, cd to the SammBot.Bot folder, and execute this command:```
dotnet ef migrations add
```This will let you modify the structure of the database's tables.
### :white_check_mark: Applying Migrations
Grab the command line, cd to the SammBot.Bot folder, and execute this command:```
dotnet ef database update
```This will apply the latest migration to the local database, or create a database if one doesn't already exist.
## :judge: Code Style Guidelines
Please read the [style guidelines](STYLE_GUIDELINES.md) before creating a pull request.
Your pull request won't be merged until the code is up to the standards.Adding an automatic `.editorconfig` file to enforce these is of low priority right now, so please read the file thoroughly.
## :balance_scale: License
© Copyright 2021-2024 Analog Feelings.
Licensed under the [GPL v3.0 license](LICENSE).## :sparkles: Special Thanks
This is a list of companies or projects who have been very helpful for the development of Samm-Bot.
If your project or company has been very influential in the development of Samm-Bot, it will be listed here.
| Logo | Message |
| ---- | ------- |
| | Thanks to **JetBrains** for providing an OSS license for their products! |