mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Update funkwhale.py
This commit is contained in:
parent
8609280eaf
commit
0cce2c0a4b
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ import urllib.parse
|
|||
|
||||
|
||||
class FunkwhaleCommand(PlayCommand):
|
||||
name: str = "funkwhale"
|
||||
name: str = "fuckwhale"
|
||||
|
||||
aliases = ["fw", "royalwhale", "rw"]
|
||||
aliases = ["funkwhale", "fw", "royalwhale", "rw"]
|
||||
|
||||
description: str = "Cerca un video su RoyalWhale e lo aggiunge alla coda della chat vocale."
|
||||
|
||||
|
|
Loading…
Reference in a new issue