Procházet zdrojové kódy

Merge branch 'development' into alpha

# Conflicts:
#	roxbot/__init__.py
tags/v2.0.0
Roxie Gibson před 6 roky
rodič
revize
db97b27cbb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roxbot/cogs/fun.py

+ 1
- 1
roxbot/cogs/fun.py Zobrazit soubor

@@ -92,7 +92,7 @@ class Fun:

m = re.findall('(-?)((?:(\d*)d(\d+))|\d+)(r\d+)?([h,l]{1}\d+)?', parts[0])

if m: # either no arguments, or the expression contained nothing that could be seen as a number or roll
if not m: # either no arguments, or the expression contained nothing that could be seen as a number or roll
return await ctx.send("Expression missing. If you are unsure of what the format should be, please use `{}help roll`".format(ctx.prefix))

dice = [] # this is the list of all dice sets to be rolled

Načítá se…
Zrušit
Uložit