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 1414
1515namespace Oxide . Plugins
1616{
17- [ Info ( "Teams Logger" , "NickRimmer" , "1.2" ) ]
17+ [ Info ( "Teams Logger" , "NickRimmer" , "1.2.1 " ) ]
1818 [ Description ( "Simple plugin to log team events" ) ]
1919 public class TeamsLogger : RustPlugin
2020 {
@@ -145,7 +145,7 @@ void Discord_GuildCreate(Guild guild)
145145 UpdateDiscordChannel ( ) ;
146146 }
147147
148- void Discord_ChannelCreated ( Channel channel ) => UpdateDiscordChannel ( ) ;
148+ void Discord_ChannelCreate ( Channel channel ) => UpdateDiscordChannel ( ) ;
149149 void Discord_ChannelUpdate ( Channel updatedChannel , Channel oldChannel ) => UpdateDiscordChannel ( ) ;
150150 void Discord_ChannelDelete ( Channel channel ) => UpdateDiscordChannel ( ) ;
151151 //void Discord_GuildUpdate(Guild guild) => UpdateDiscordChannel();
You can’t perform that action at this time.
0 commit comments