init commit

This commit is contained in:
zino
2021-02-16 23:07:41 +01:00
parent ec3fc78e0f
commit 12b4ef5db4
5000 changed files with 2596132 additions and 0 deletions

View File

@@ -0,0 +1,326 @@
<!--
Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<main>
<!-- Header -->
<section class="content-header">
<h1>Discord Alerts</h1>
<ol class="breadcrumb">
<li><a href="javascript:void(0);"><i class="fa fa-dashboard"></i> Home</a></li>
<li>Discord</li>
<li class="active">Alerts</li>
</ol>
</section>
<!-- Main content -->
<section class="content">
<div class="row">
<!-- Follower Alerts -->
<div class="col-md-4">
<div class="box box-solid">
<div class="box-header with-border">
<div class="box-tools pull-right">
<label class="switch" data-toggle="tooltip" title="Module toggle.">
<input type="checkbox" id="followHandlerToggle" data-alert-toggle="./discord/handlers/followHandler.js" checked >
<span class="slider round"></span>
</label>
<button type="button" id="discordFollowHandlerSettings" class="btn btn-md btn-box-tool" style="margin-bottom: 7px;">
<i class="fa fa-cog fa-lg"></i>
</button>
</div>
<h3 class="box-title">Follower Alerts</h3>
</div>
<form role="form">
<!-- Box content -->
<div class="box-body">
<p class="auto-cut">Display new followers from Twitch into a Discord channel.</p>
</div>
</form>
</div>
</div>
<!-- Subscriber Alerts -->
<div class="col-md-4">
<div class="box box-solid">
<div class="box-header with-border">
<div class="box-tools pull-right">
<label class="switch" data-toggle="tooltip" title="Module toggle.">
<input type="checkbox" id="subscribeHandlerToggle" data-alert-toggle="./discord/handlers/subscribeHandler.js" checked>
<span class="slider round"></span>
</label>
<button type="button" id="discordSubscribeHandlerSettings" class="btn btn-md btn-box-tool" style="margin-bottom: 7px;">
<i class="fa fa-cog fa-lg"></i>
</button>
</div>
<h3 class="box-title">Subscriber Alerts</h3>
</div>
<form role="form">
<!-- Box content -->
<div class="box-body">
<p class="auto-cut">Display new subscribers from Twitch into a Discord channel.</p>
</div>
</form>
</div>
</div>
<!-- Host Alerts -->
<div class="col-md-4">
<div class="box box-solid">
<div class="box-header with-border">
<div class="box-tools pull-right">
<label class="switch" data-toggle="tooltip" title="Module toggle.">
<input type="checkbox" id="hostHandlerToggle" data-alert-toggle="./discord/handlers/hostHandler.js" checked>
<span class="slider round"></span>
</label>
<button type="button" id="discordHostHandlerSettings" class="btn btn-md btn-box-tool" style="margin-bottom: 7px;">
<i class="fa fa-cog fa-lg"></i>
</button>
</div>
<h3 class="box-title">Host Alerts</h3>
</div>
<form role="form">
<!-- Box content -->
<div class="box-body">
<p class="auto-cut">Display hosts from Twitch into a Discord channel.</p>
</div>
</form>
</div>
</div>
</div>
<div class="row">
<!-- Bits Alerts -->
<div class="col-md-4">
<div class="box box-solid">
<div class="box-header with-border">
<div class="box-tools pull-right">
<label class="switch" data-toggle="tooltip" title="Module toggle.">
<input type="checkbox" id="bitsHandlerToggle" data-alert-toggle="./discord/handlers/bitsHandler.js" checked>
<span class="slider round"></span>
</label>
<button type="button" id="discordBitsHandlerSettings" class="btn btn-md btn-box-tool" style="margin-bottom: 7px;">
<i class="fa fa-cog fa-lg"></i>
</button>
</div>
<h3 class="box-title">Bits Alerts</h3>
</div>
<form role="form">
<!-- Box content -->
<div class="box-body">
<p class="auto-cut">Display cheers from Twitch into a Discord channel.</p>
</div>
</form>
</div>
</div>
<!-- Clips Alerts -->
<div class="col-md-4">
<div class="box box-solid">
<div class="box-header with-border">
<div class="box-tools pull-right">
<label class="switch" data-toggle="tooltip" title="Module toggle.">
<input type="checkbox" id="clipHandlerToggle" data-alert-toggle="./discord/handlers/clipHandler.js" checked>
<span class="slider round"></span>
</label>
<button type="button" id="discordClipHandlerSettings" class="btn btn-md btn-box-tool" style="margin-bottom: 7px;">
<i class="fa fa-cog fa-lg"></i>
</button>
</div>
<h3 class="box-title">Clip Alerts</h3>
</div>
<form role="form">
<!-- Box content -->
<div class="box-body">
<p class="auto-cut">Display new clips from Twitch into a Discord channel.</p>
</div>
</form>
</div>
</div>
<!-- Twitch Stream Alerts -->
<div class="col-md-4">
<div class="box box-solid">
<div class="box-header with-border">
<div class="box-tools pull-right">
<label class="switch" data-toggle="tooltip" title="Module toggle.">
<input type="checkbox" id="streamHandlerToggle" data-alert-toggle="./discord/handlers/streamHandler.js" checked>
<span class="slider round"></span>
</label>
<button type="button" id="discordStreamHandlerSettings" class="btn btn-md btn-box-tool" style="margin-bottom: 7px;">
<i class="fa fa-cog fa-lg"></i>
</button>
</div>
<h3 class="box-title">Stream Alerts</h3>
</div>
<form role="form">
<!-- Box content -->
<div class="box-body">
<p class="auto-cut">Post in a Discord channel when you go live on Twitch.</p>
</div>
</form>
</div>
</div>
</div>
<div class="row">
<!-- Greeting Alerts -->
<div class="col-md-4">
<div class="box box-solid">
<div class="box-header with-border">
<div class="box-tools pull-right">
<label class="switch" data-toggle="tooltip" title="Module toggle.">
<input type="checkbox" id="greetingsSystemToggle" data-alert-toggle="./discord/systems/greetingsSystem.js" checked>
<span class="slider round"></span>
</label>
<button type="button" id="discordGreetingsSystemSettings" class="btn btn-md btn-box-tool" style="margin-bottom: 7px;">
<i class="fa fa-cog fa-lg"></i>
</button>
</div>
<h3 class="box-title">Greeting Alerts</h3>
</div>
<form role="form">
<!-- Box content -->
<div class="box-body">
<p class="auto-cut">Welcome new users who join your Discord server and give them a role.</p>
</div>
</form>
</div>
</div>
<!-- StreamLabs Alerts -->
<div class="col-md-4">
<div class="box box-solid">
<div class="box-header with-border">
<div class="box-tools pull-right">
<label class="switch" data-toggle="tooltip" title="Module toggle.">
<input type="checkbox" id="streamlabsHandlerToggle" data-alert-toggle="./discord/handlers/streamlabsHandler.js" checked>
<span class="slider round"></span>
</label>
<button type="button" id="discordStreamlabsHandlerSettings" class="btn btn-md btn-box-tool" style="margin-bottom: 7px;">
<i class="fa fa-cog fa-lg"></i>
</button>
</div>
<h3 class="box-title">StreamLabs Alerts</h3>
</div>
<form role="form">
<!-- Box content -->
<div class="box-body">
<p class="auto-cut">Display StreamLabs tips into a Discord channel.</p>
</div>
</form>
</div>
</div>
<!-- TipeeeStream Alerts -->
<div class="col-md-4">
<div class="box box-solid">
<div class="box-header with-border">
<div class="box-tools pull-right">
<label class="switch" data-toggle="tooltip" title="Module toggle.">
<input type="checkbox" id="tipeeeStreamHandlerToggle" data-alert-toggle="./discord/handlers/tipeeeStreamHandler.js" checked>
<span class="slider round"></span>
</label>
<button type="button" id="discordTipeeeStreamHandlerSettings" class="btn btn-md btn-box-tool" style="margin-bottom: 7px;">
<i class="fa fa-cog fa-lg"></i>
</button>
</div>
<h3 class="box-title">TipeeeStream Alerts</h3>
</div>
<form role="form">
<!-- Box content -->
<div class="box-body">
<p class="auto-cut">Display TipeeeStream tips into a Discord channel.</p>
</div>
</form>
</div>
</div>
</div>
<div class="row">
<!-- StreamElements Alerts -->
<div class="col-md-4">
<div class="box box-solid">
<div class="box-header with-border">
<div class="box-tools pull-right">
<label class="switch" data-toggle="tooltip" title="Module toggle.">
<input type="checkbox" id="streamElementsHandlerToggle" data-alert-toggle="./discord/handlers/streamElementsHandler.js" checked>
<span class="slider round"></span>
</label>
<button type="button" id="discordStreamElementsHandlerSettings" class="btn btn-md btn-box-tool" style="margin-bottom: 7px;">
<i class="fa fa-cog fa-lg"></i>
</button>
</div>
<h3 class="box-title">StreamElements Alerts</h3>
</div>
<form role="form">
<!-- Box content -->
<div class="box-body">
<p class="auto-cut">Display StreamElements tips into a Discord channel.</p>
</div>
</form>
</div>
</div>
<!-- Twitter Alerts -->
<div class="col-md-4">
<div class="box box-solid">
<div class="box-header with-border">
<div class="box-tools pull-right">
<label class="switch" data-toggle="tooltip" title="Module toggle.">
<input type="checkbox" id="twitterHandlerToggle" data-alert-toggle="./discord/handlers/twitterHandler.js" checked>
<span class="slider round"></span>
</label>
<button type="button" id="discordTwitterHandlerSettings" class="btn btn-md btn-box-tool" style="margin-bottom: 7px;">
<i class="fa fa-cog fa-lg"></i>
</button>
</div>
<h3 class="box-title">Twitter Alerts</h3>
</div>
<form role="form">
<!-- Box content -->
<div class="box-body">
<p class="auto-cut">Display your Tweets into a Discord channel.</p>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- discordAlerts -->
<script src="/panel/js/pages/discord/discordAlerts.js"></script>
</main>

View File

@@ -0,0 +1,56 @@
<!--
Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<main>
<!-- Header -->
<section class="content-header">
<h1>Discord Commands</h1>
<ol class="breadcrumb">
<li><a href="javascript:void(0);"><i class="fa fa-dashboard"></i> Home</a></li>
<li>Discord</li>
<li>Commands</li>
<li class="active">Custom</li>
</ol>
</section>
<!-- Main content -->
<section class="content">
<div class="box box-solid">
<div class="box-header with-border">
<label class="switch" data-toggle="tooltip" title="Module toggle">
<input type="checkbox" id="discordCustomCommandsModuleToggle" checked>
<span class="slider round"></span>
</label>
<h3 class="box-title">Custom Discord Commands</h3>
</div>
<form role="form" id="discordCustomCommandsModule">
<!-- Box content -->
<div class="box-body">
<div class="btn-toolbar pull-right">
<button class="btn btn-primary btn-sm" type="button" id="discord-addcom-button"><i class="fa fa-plus"></i>&nbsp; Add Command</button>
<button class="btn btn-default btn-sm" type="button" onclick="window.open('https://phantombot.github.io/PhantomBot/guides/#guide=content/commands/discord-command-variables');">
<i class="fa fa-info"></i>&nbsp; Variables</button>
</div>
<table id="discordCustomCommandsTable" class="table table-bordered table-hover"></table>
</div>
</form>
</div>
</section>
<!-- custom commands -->
<script src="/panel/js/pages/discord/discordCustomCommands.js"></script>
</main>

View File

@@ -0,0 +1,53 @@
<!--
Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<main>
<!-- Overwrite styles -->
<style>
.dataTables_filter {
float: right;
text-align: right;
}
</style>
<!-- Header -->
<section class="content-header">
<h1>Discord Commands</h1>
<ol class="breadcrumb">
<li><a href="javascript:void(0);"><i class="fa fa-dashboard"></i> Home</a></li>
<li>Discord</li>
<li>Commands</li>
<li class="active">Default</li>
</ol>
</section>
<!-- Main content -->
<section class="content">
<div class="box box-solid">
<div class="box-header with-border">
<h3 class="box-title">Default Discord Commands</h3>
</div>
<form role="form">
<!-- Box content -->
<div class="box-body">
<table id="discordDefaultCommandsTable" class="table table-bordered table-hover"></table>
</div>
</form>
</div>
</section>
<!-- default commands -->
<script src="/panel/js/pages/discord/discordDefaultCommands.js"></script>
</main>

View File

@@ -0,0 +1,225 @@
<!--
Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<main>
<!-- Header -->
<section class="content-header">
<h1>Discord Games</h1>
<ol class="breadcrumb">
<li><a href="javascript:void(0);"><i class="fa fa-dashboard"></i> Home</a></li>
<li>Discord</li>
<li class="active">Games</li>
</ol>
</section>
<!-- Main content -->
<section class="content">
<div class="row">
<!-- Dice Roll game -->
<div class="col-md-4">
<div class="box box-solid">
<div class="box-header with-border">
<div class="box-tools pull-right">
<label class="switch" data-toggle="tooltip" title="Module toggle.">
<input type="checkbox" id="discord_rollToggle" data-game-toggle="./discord/games/roll.js" checked>
<span class="slider round"></span>
</label>
<button type="button" id="discord_rollSettings" class="btn btn-md btn-box-tool" style="margin-bottom: 7px;">
<i class="fa fa-cog fa-lg"></i>
</button>
</div>
<h3 class="box-title">Dice Roll</h3>
</div>
<form role="form">
<!-- Box content -->
<div class="box-body">
<p class="auto-cut">Let your viewers role the dices and see if they get lucky.</p>
</div>
</form>
</div>
</div>
<!-- Gambling game -->
<div class="col-md-4">
<div class="box box-solid">
<div class="box-header with-border">
<div class="box-tools pull-right">
<label class="switch" data-toggle="tooltip" title="Module toggle.">
<input type="checkbox" id="discord_gamblingToggle" data-game-toggle="./discord/games/gambling.js" checked>
<span class="slider round"></span>
</label>
<button type="button" id="discord_gamblingSettings" class="btn btn-md btn-box-tool" style="margin-bottom: 7px;">
<i class="fa fa-cog fa-lg"></i>
</button>
</div>
<h3 class="box-title">Gambling</h3>
</div>
<form role="form">
<!-- Box content -->
<div class="box-body">
<p class="auto-cut">Let your viewers gamble all of their points or get lucky and win big.</p>
</div>
</form>
</div>
</div>
<!-- Slot Machine game -->
<div class="col-md-4">
<div class="box box-solid">
<div class="box-header with-border">
<div class="box-tools pull-right">
<label class="switch" data-toggle="tooltip" title="Module toggle.">
<input type="checkbox" id="discord_slotMachineToggle" data-game-toggle="./discord/games/slotMachine.js" checked>
<span class="slider round"></span>
</label>
<button type="button" id="discord_slotMachineSettings" class="btn btn-md btn-box-tool" style="margin-bottom: 7px;">
<i class="fa fa-cog fa-lg"></i>
</button>
</div>
<h3 class="box-title">Slot Machine</h3>
</div>
<form role="form">
<!-- Box content -->
<div class="box-body">
<p class="auto-cut">Let your viewers pull the lever and see if they get matching emotes.</p>
</div>
</form>
</div>
</div>
</div>
<div class="row">
<!-- Kill game -->
<div class="col-md-4">
<div class="box box-solid">
<div class="box-header with-border">
<div class="box-tools pull-right">
<label class="switch" data-toggle="tooltip" title="Module toggle.">
<input type="checkbox" id="discord_killCommandToggle" data-game-toggle="./discord/games/kill.js" checked>
<span class="slider round"></span>
</label>
<button type="button" class="btn btn-md btn-box-tool disabled" data-toggle="tooltip" title="This module doesn't have any settings."
style="margin-bottom: 7px;">
<i class="fa fa-cog fa-lg disabled"></i>
</button>
</div>
<h3 class="box-title">Kill Game</h3>
</div>
<form role="form">
<!-- Box content -->
<div class="box-body">
<p class="auto-cut">Let your viewers try to "kill" each other in chat without getting caught by the cops.</p>
</div>
</form>
</div>
</div>
<!-- 8ball game -->
<div class="col-md-4">
<div class="box box-solid">
<div class="box-header with-border">
<div class="box-tools pull-right">
<label class="switch" data-toggle="tooltip" title="Module toggle.">
<input type="checkbox" id="discord_8ballToggle" data-game-toggle="./discord/games/8ball.js" checked>
<span class="slider round"></span>
</label>
<button type="button" class="btn btn-md btn-box-tool disabled" data-toggle="tooltip" title="This module doesn't have any settings."
style="margin-bottom: 7px;">
<i class="fa fa-cog fa-lg disabled"></i>
</button>
</div>
<h3 class="box-title">Magic 8-ball</h3>
</div>
<form role="form">
<!-- Box content -->
<div class="box-body">
<p class="auto-cut">Have any questions? Ask the Magic 8-ball anything and it will guide you.</p>
</div>
</form>
</div>
</div>
<!-- Roulette game -->
<div class="col-md-4">
<div class="box box-solid">
<div class="box-header with-border">
<div class="box-tools pull-right">
<label class="switch" data-toggle="tooltip" title="Module toggle.">
<input type="checkbox" id="discord_rouletteToggle" data-game-toggle="./discord/games/roulette.js" checked>
<span class="slider round"></span>
</label>
<button type="button" class="btn btn-md btn-box-tool disabled" data-toggle="tooltip" title="This module doesn't have any settings."
style="margin-bottom: 7px;">
<i class="fa fa-cog fa-lg disabled"></i>
</button>
</div>
<h3 class="box-title">Russian Roulette</h3>
</div>
<form role="form">
<!-- Box content -->
<div class="box-body">
<p class="auto-cut">Let your viewers play Russian roulette to test their luck.</p>
</div>
</form>
</div>
</div>
</div>
<div class="row">
<!-- Random game -->
<div class="col-md-4">
<div class="box box-solid">
<div class="box-header with-border">
<div class="box-tools pull-right">
<label class="switch" data-toggle="tooltip" title="Module toggle.">
<input type="checkbox" id="discord_randomToggle" data-game-toggle="./discord/games/random.js" checked>
<span class="slider round"></span>
</label>
<button type="button" class="btn btn-md btn-box-tool disabled" data-toggle="tooltip" title="This module doesn't have any settings."
style="margin-bottom: 7px;">
<i class="fa fa-cog fa-lg disabled"></i>
</button>
</div>
<h3 class="box-title">Random Command</h3>
</div>
<form role="form">
<!-- Box content -->
<div class="box-body">
<p class="auto-cut">Let Discord get weird real fast with random responses from the bot.</p>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- games -->
<script src="/panel/js/pages/discord/discordGames.js"></script>
</main>

View File

@@ -0,0 +1,51 @@
<!--
Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<main>
<!-- Header -->
<section class="content-header">
<h1>Discord Keywords</h1>
<ol class="breadcrumb">
<li><a href="javascript:void(0);"><i class="fa fa-dashboard"></i> Home</a></li>
<li>Discord</li>
<li class="active">Keywords</li>
</ol>
</section>
<!-- Main content -->
<section class="content">
<div class="box box-solid">
<div class="box-header with-border">
<label class="switch" data-toggle="tooltip" title="Module toggle">
<input type="checkbox" id="discordKeywordsModuleToggle" checked>
<span class="slider round"></span>
</label>
<h3 class="box-title">Discord Keywords</h3>
</div>
<form role="form" id="discordKeywordsModule">
<!-- Box content -->
<div class="box-body">
<button class="btn btn-primary btn-sm pull-right" type="button" id="discord-addkey-button"><i class="fa fa-plus"></i>&nbsp; Add Keyword</button>
<table id="discordKeywordTable" class="table table-bordered table-hover"></table>
</div>
</form>
</div>
</section>
<!-- default keywords -->
<script src="/panel/js/pages/discord/discordKeywords.js"></script>
</main>

View File

@@ -0,0 +1,88 @@
<!--
Copyright (C) 2016-2020 phantombot.github.io/PhantomBot
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<main>
<!-- Header -->
<section class="content-header">
<!-- Page title.-->
<h1>Discord Logging</h1>
<ol class="breadcrumb">
<li><a href="javascript:void(0);"><i class="fa fa-dashboard"></i> Home</a></li>
<li>Discord</li>
<li class="active">Logging</li>
</ol>
</section>
<!-- Main content -->
<section class="content">
<div class="nav-tabs-custom">
<ul class="nav nav-tabs">
<li class="active"><a href="#discord_logs_pubsub" data-toggle="tab">Twitch Moderation</a></li>
<li><a href="#discord_logs_cmds" data-toggle="tab">Twitch Commands</a></li>
</ul>
<div class="tab-content">
<!-- Twitch Moderation -->
<div class="tab-pane active" id="discord_logs_pubsub">
<div class="form-group">
<label>Enable Twitch Moderation Logs</label>
<div class="dropdown">
<select class="form-control" id="twitch-mod-log" data-toggle="tooltip"
title="Enables the moderation logs for the bot. A restart is required after enabling." style="cursor: pointer;">
<option>Yes</option>
<option>No</option>
</select>
</div>
</div>
<div class="form-group">
<label>Logging Channel</label>
<input type="text" class="form-control" id="twitch-mod-channel" placeholder="#logs" data-toggle="tooltip"
title="Which channel to post the moderation logs to."/>
</div>
</div>
<!-- Twitch Commands -->
<div class="tab-pane" id="discord_logs_cmds">
<div class="form-group">
<label>Enable Twitch Command Logs</label>
<div class="dropdown">
<select class="form-control" id="twitch-command-log" data-toggle="tooltip"
title="Enables the logging for command edit, removing, and adding for Twitch." style="cursor: pointer;">
<option>Yes</option>
<option>No</option>
</select>
</div>
</div>
<div class="form-group">
<label>Logging Channel</label>
<input type="text" class="form-control" id="twitch-command-channel" placeholder="#logs" data-toggle="tooltip"
title="Which channel to post the command logs to. Currently the same as the moderation log one." disabled />
</div>
</div>
<!-- Box footer -->
<div class="box-footer" style="padding-right: 0; padding-bottom: 0;">
<button type="button" class="btn btn-primary pull-right" id="discord-logging-save"> Save</button>
</div>
</div>
</div>
</section>
<!-- discordLogs -->
<script src="/panel/js/pages/discord/discordLogs.js"></script>
</main>