Files
chatterino2/src/controllers/commands/builtin/twitch/AddModerator.hpp

21 lines
356 B
C++

// SPDX-FileCopyrightText: 2023 Contributors to Chatterino <https://chatterino.com>
//
// SPDX-License-Identifier: MIT
#pragma once
class QString;
namespace chatterino {
struct CommandContext;
} // namespace chatterino
namespace chatterino::commands {
/// /mod
QString addModerator(const CommandContext &ctx);
} // namespace chatterino::commands