Skip to content

lofdat/Rem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Episode 15 letting you down? Rem is here to help.
Rem is an open-source .NET Core C# bot for Discord.

Installation

  • Download and install .NET Core (x64, x86)
  • Check that .NET Core is installed from the Command Prompt (dotnet --version).
  • If you're using a version from Releases, the correct version of .NET Core is included already for you. :D
  • Download the latest version of Rem from Releases
  • Rename credentials-template.json to credentials.json and fill in the respective values inside it
  • Open rem_config.json and edit to your will
  • Run Rem.exe or _Run Rem (at the top)
    .NET Core is multiplatform. Native Mac/Linux binaries coming soon!

Building

You need:

  • VS 2015 / MSBuild
  • .NET Core

Build instructions coming soon.

Acknowledgements

Rem uses and loves:

Rem says thanks to:

Roadmap

1.3: More commands.
2.0: Voice support, a database (for storing mutes, guild configurations, the rest).
2.1: A first-run CLI to enter your credentials and set your configuration. [This requires Roadmap 2.0 - a database is required for storing first-run data]
2.2: A first-run GUI (Windows Forms) to enter your credentials and set your configuration. [WPF is not available in .NET Core]
Probably never: A public cloud-hosted version.

License

This software is licensed under the MIT License. More information is available in LICENSE.md.