Example #1
0
 public async Task SetChannel(IGuild guild, IChannel channel)
 {
     await _database.SetValue(Keys.IntroductionChannel(guild), channel.Id);
 }