Sort modifiers
This commit is contained in:
parent
0681254476
commit
b80eb4767c
@ -5,12 +5,12 @@ namespace ChaosBot.Discord.Services
|
|||||||
{
|
{
|
||||||
public static class RoleReactionHandler
|
public static class RoleReactionHandler
|
||||||
{
|
{
|
||||||
public async static void HandleReactionAdded(Cacheable<IUserMessage, ulong> cacheableMessage, ISocketMessageChannel socketMessageChannel, SocketReaction reaction)
|
public static async void HandleReactionAdded(Cacheable<IUserMessage, ulong> cacheableMessage, ISocketMessageChannel socketMessageChannel, SocketReaction reaction)
|
||||||
{
|
{
|
||||||
// This would grant roles based on database lookup
|
// This would grant roles based on database lookup
|
||||||
}
|
}
|
||||||
|
|
||||||
public async static void HandleReactionRemoved(Cacheable<IUserMessage, ulong> cacheableMessage, ISocketMessageChannel socketMessageChannel, SocketReaction reaction)
|
public static async void HandleReactionRemoved(Cacheable<IUserMessage, ulong> cacheableMessage, ISocketMessageChannel socketMessageChannel, SocketReaction reaction)
|
||||||
{
|
{
|
||||||
// This would take roles based on database lookup
|
// This would take roles based on database lookup
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user