Skip to content

BaseCommandModule no longer exsists #2

@SuperSonyk

Description

@SuperSonyk

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions