Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 661 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 661 Bytes

alfred

.NET

The Ghost of Michael Masi Discord Bot, a fork of Alfred. He's here to help.

Requirements

You will need a bot token to be the face of your discord bot: https://discord.com/developers/docs/topics/oauth2

Build

Create a file named config.yml

testguild: <guild Id>
tokens:
  discord: <OAuth token>

Run build from within the project directory:

dotnet build

Run compiled dll (default output path example)

dotnet run ./bin/Debug/net6.0/aflred.dll