Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.
/ sisbase Public archive

An easy to use discord bot base for D#+. Discord Link :

License

Notifications You must be signed in to change notification settings

siscodeorg/sisbase

Repository files navigation

A Simple to use Discord Bot Base based on DSharpPlus.

Starting up

DSharpPlus Sisbase Discord

Features

Fully featured help command with support for

  • Categories
  • Commands
  • Hidden Commands

Custom Systems!

  • With ISystem you can create custom systems (ReactRole, etc) outside of the main file
  • Available Interfaces :
    • IScheduledSystem (Provides a customizable timer)
    • IClientSystem (DiscordClient)
    • IStaticSystem

An EmbedBase containing parsers of:

  • Ordered List and List (Needs to be an scalar / provide an .ToString() override)
  • Input / Output
  • Help of Commands and Categories

An extensive utilities set:

  • Automatic Handling of Cancel Codes on the console
  • Simplified Unicode Emoji Support
  • Custom Attributes
  • Extensions for parsing input from DiscordMessage