Skip to content

Commit

Permalink
quick fix Discord API
Browse files Browse the repository at this point in the history
  • Loading branch information
NickRimmer committed Jan 25, 2020
1 parent 8ef43d8 commit f98793e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TeamsLogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

namespace Oxide.Plugins
{
[Info("Teams Logger", "NickRimmer", "1.2")]
[Info("Teams Logger", "NickRimmer", "1.2.1")]
[Description("Simple plugin to log team events")]
public class TeamsLogger : RustPlugin
{
Expand Down Expand Up @@ -145,7 +145,7 @@ void Discord_GuildCreate(Guild guild)
UpdateDiscordChannel();
}

void Discord_ChannelCreated(Channel channel) => UpdateDiscordChannel();
void Discord_ChannelCreate(Channel channel) => UpdateDiscordChannel();
void Discord_ChannelUpdate(Channel updatedChannel, Channel oldChannel) => UpdateDiscordChannel();
void Discord_ChannelDelete(Channel channel) => UpdateDiscordChannel();
//void Discord_GuildUpdate(Guild guild) => UpdateDiscordChannel();
Expand Down

0 comments on commit f98793e

Please sign in to comment.