Finite Reality 772fd97080 Implement initial command permissions system
After our initial discussion on the matter (see #172) this is the system
that we all seem to have agreed on. As a result, I have implemented a
simple system which effectively implements permissions, while being
extensible and tweakable so bot devs can decide what they want to do for
permissions.

As for default 'permissions', I'm not sure what the best approach would be
here; bot devs are likely to implement their own permissions 'levels' and
use those. I think the most we could do for now is add attributes to
require certain users (by id) and certain roles (by id and possibly by
name?) This would probably be the best option for now as it requires less
work from us, nor do we know the *exact* approach bot devs want to take
with permissions.
2016-08-02 17:29:39 +01:00
2015-08-09 11:36:55 -03:00
2015-09-27 21:47:59 -03:00
2016-06-13 20:06:44 -03:00
2016-06-27 22:23:45 -03:00
2015-08-04 05:04:33 -03:00

Discord.Net v1.0.0-dev

MyGet AppVeyor Discord

An unofficial .Net API Wrapper for the Discord client (http://discordapp.com).

Check out the documentation or join the Discord API Chat.

Installation

You can download stable builds Discord.Net and its command extension from NuGet:

Bleeding edge builds are also available on MyGet.

You can access the Feed directly at https://www.myget.org/F/discord-net/api/v3/index.json

Compiling

In order to compile Discord.Net, you require the following:

Visual Studio 2015

CLI

Languages
C# 100%