mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-27 21:44:21 +00:00
Merge branch 'master' of https://github.com/Steffo99/royalbot-iv
This commit is contained in:
commit
cddc82e15d
2 changed files with 3 additions and 0 deletions
|
@ -505,6 +505,7 @@ async def cmd_register(channel: discord.Channel, author: discord.Member, params:
|
||||||
|
|
||||||
|
|
||||||
@command
|
@command
|
||||||
|
@requires_voice_client
|
||||||
async def cmd_forceplay(channel: discord.Channel, author: discord.Member, params: typing.List[str]):
|
async def cmd_forceplay(channel: discord.Channel, author: discord.Member, params: typing.List[str]):
|
||||||
if voice_player is not None:
|
if voice_player is not None:
|
||||||
voice_player.stop()
|
voice_player.stop()
|
||||||
|
|
|
@ -46,6 +46,8 @@
|
||||||
<div class="box lower-box">
|
<div class="box lower-box">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/game/ryg">Royal Games</a></li>
|
<li><a href="/game/ryg">Royal Games</a></li>
|
||||||
|
<li><a href="/game/telegram">Telegram</a></li>
|
||||||
|
<li><a href="/game/discord">Discord</a></li>
|
||||||
<li><a href="/game/steam">Steam</a></li>
|
<li><a href="/game/steam">Steam</a></li>
|
||||||
<li><a href="/game/dota">Dota 2</a></li>
|
<li><a href="/game/dota">Dota 2</a></li>
|
||||||
<li><a href="/game/rl">Rocket League</a></li>
|
<li><a href="/game/rl">Rocket League</a></li>
|
||||||
|
|
Loading…
Reference in a new issue