mirror of
https://github.com/RYGhub/royal-mifia.git
synced 2024-11-29 09:04:18 +00:00
Tolto il preset di debug
This commit is contained in:
parent
35213f28c0
commit
7291eb7ff1
1 changed files with 13 additions and 33 deletions
20
main.py
20
main.py
|
@ -275,26 +275,6 @@ class Game:
|
||||||
def startpreset(self, bot):
|
def startpreset(self, bot):
|
||||||
"""Inizio della fase di preset"""
|
"""Inizio della fase di preset"""
|
||||||
self.phase = 'Preset'
|
self.phase = 'Preset'
|
||||||
if __debug__:
|
|
||||||
# Preset di debug
|
|
||||||
self.roleconfig = {
|
|
||||||
"Mifioso": 0,
|
|
||||||
"Investigatore": 0,
|
|
||||||
"Corrotto": 0,
|
|
||||||
"Angelo": 0,
|
|
||||||
"Terrorista": 0,
|
|
||||||
"Derek": 0,
|
|
||||||
"Disastro": 0,
|
|
||||||
"Mamma": 0,
|
|
||||||
"Stagista": 0,
|
|
||||||
"SignoreDelCaos": 0,
|
|
||||||
"Servitore": 0
|
|
||||||
}
|
|
||||||
self.votingmifia = True
|
|
||||||
self.missingmifia = False
|
|
||||||
self.endconfig(bot)
|
|
||||||
self.message(bot, "Utilizzando il preset di debug (tutti royal, cambia ruolo con `/debugchangerole nomeutente ruolo`.")
|
|
||||||
else:
|
|
||||||
# Crea la tastiera
|
# Crea la tastiera
|
||||||
kbmarkup = InlineKeyboardMarkup([
|
kbmarkup = InlineKeyboardMarkup([
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in a new issue