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

17 lines
230 B
C++

#pragma once
class QString;
namespace chatterino {
struct CommandContext;
} // namespace chatterino
namespace chatterino::commands {
/// /vip
QString addVIP(const CommandContext &ctx);
} // namespace chatterino::commands