Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denizenscript/denizenspecializedbot
Discord bot for the Denizen+Citizens Discord guild.
https://github.com/denizenscript/denizenspecializedbot
Last synced: about 1 month ago
JSON representation
Discord bot for the Denizen+Citizens Discord guild.
- Host: GitHub
- URL: https://github.com/denizenscript/denizenspecializedbot
- Owner: DenizenScript
- License: mit
- Created: 2022-10-09T12:33:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T16:11:51.000Z (8 months ago)
- Last Synced: 2024-05-11T17:28:04.049Z (8 months ago)
- Language: C#
- Size: 3.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
DenizenSpecializedBot
---------------------A Discord bot for the Denizen+Citizens Discord, with specialized code that only this Discord users (not to be confused with for example [DenizenMetaBot](https://github.com/DenizenScript/DenizenMetaBot) which is useful for any Denizen-meta-using Discord or [DiscordModBot](https://github.com/mcmonkeyprojects/DiscordModBot) which is just useful to any Discord).
Built using Discord.Net, specifically a fork thereof that enables Forum channel support (pending that PR being pulled into the official version of Discord.Net).
This code is explicitly quick-n-dirty, targeted at exactly what it needs to do with no generics or configuration, on the grounds that no other Discord needs the exact same functions.
As other Discords might want *similar* functionality, this code is released publicly, open source under the MIT license, for anyone to reference or repurpose at will.
## Copyright/Legal Info
The MIT License (MIT)
Copyright (c) 2022 The DenizenScript Team
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.