Example #1
0
        public async Task StartAsync(IDiscordChannel channel)
        {
            message = await Root.Build().SendToChannel(channel);

            (Root as BaseItem).SetMenu(this);
            (Root as BaseItem).SetParent(null);
            await Root.SelectAsync();
        }