Skip to content

Kurisu is a personal discord bot used in my guilds and friend's guilds

License

Notifications You must be signed in to change notification settings

TheIndra55/Kurisu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kurisu

Kurisu is a simple bot containing all features needed to moderate my and friend's discord guilds, it has basic features like reminders, join messages and moderator commands.

Setup

Make sure you have .NET 5 installed and build Kurisu

dotnet build

ConVars

Kurisu uses a basic concept of 'convars' based on Source SDK, you can set this in the initial config and at runtime. These are defined in code by the ConVar attribute.

[ConVar("token", HelpText = "The bot token")]
public static string Token { get; set; }

Current features

  • Reminders
  • Welcome messages
  • Info commands like avatar, whois, guild
  • Scanning of attachments using VirusTotal and Hybrid Analysis
  • Guild setting storage using RethinkDB
  • Google assistant

About

Kurisu is a personal discord bot used in my guilds and friend's guilds

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages