File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
namespace Oxide . Plugins
16
16
{
17
- [ Info ( "Teams Logger" , "NickRimmer" , "1.2" ) ]
17
+ [ Info ( "Teams Logger" , "NickRimmer" , "1.2.1 " ) ]
18
18
[ Description ( "Simple plugin to log team events" ) ]
19
19
public class TeamsLogger : RustPlugin
20
20
{
@@ -145,7 +145,7 @@ void Discord_GuildCreate(Guild guild)
145
145
UpdateDiscordChannel ( ) ;
146
146
}
147
147
148
- void Discord_ChannelCreated ( Channel channel ) => UpdateDiscordChannel ( ) ;
148
+ void Discord_ChannelCreate ( Channel channel ) => UpdateDiscordChannel ( ) ;
149
149
void Discord_ChannelUpdate ( Channel updatedChannel , Channel oldChannel ) => UpdateDiscordChannel ( ) ;
150
150
void Discord_ChannelDelete ( Channel channel ) => UpdateDiscordChannel ( ) ;
151
151
//void Discord_GuildUpdate(Guild guild) => UpdateDiscordChannel();
You can’t perform that action at this time.
0 commit comments