-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
so I am trying to create a commands class like in the second tutorial, but BaseCommandModule is no longer a thing and I cannot figure out what to use instead...
using DSharpPlus.CommandsNext;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RolePlayHelperBot.Commands
{
public class MainCommands : BaseCommandModule
{
}
}
Metadata
Metadata
Assignees
Labels
No labels