This is the official Discord bot for the TRUSU Computing Science Club Discord channel, which you can access here.
It uses the DSharpPlus library to interact with Discord. It also uses IGDB .NET SDK for interacting with IGDB.com for our Game Night recommendations.
Build it like any other .NET Core project :)
You need to edit your settings file with your own Discord API key.
To get a Discord API key, you need to create an application on Discord's Developer Portal.
On the app page on Discord's Developer Portal, copy your bots client ID. Then go
to https://discordapp.com/oauth2/authorize?client_id=YOUR_CLIENT_ID&scope=bot&permissions=0
,
where YOUR_CLIENT_ID
is your client ID. Then, select the server you want to join and press authorize.
Run publish.bat and copy those files over