コード例 #1
0
        public async Task Spawn()
        {
            await _setupService.SetSpawnChannel(Context.Guild.Id, Context.Channel.Id);

            await ReplyAsync($"Spawning set to channel {Context.Channel.Name}.");
        }