mirror of
https://github.com/MrDetonia/Maki.git
synced 2024-11-22 03:44:18 -05:00
v1.0.9 updated roll response
This commit is contained in:
parent
20a314362d
commit
d6f7638b2c
@ -148,7 +148,7 @@ def cmd_roll(client, msg):
|
||||
for i in range(nums[0]):
|
||||
rollsum += random.randint(1, nums[1])
|
||||
|
||||
response = "Using `{}d{}` you rolled: `{}`".format(nums[0], nums[1], rollsum)
|
||||
response = "Using `{}d{}`, {} rolled: `{}`".format(nums[0], nums[1], msg.author.display_name, rollsum)
|
||||
else:
|
||||
response = "Expected format: `<num>d<value>`"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user