Minor changes
This commit is contained in:
@@ -141,7 +141,7 @@ class Calculator(discord.ui.View):
|
||||
else:
|
||||
self.clearRequirement += 1
|
||||
self.output = self.expression(self.inputTwo, self.inputOne)
|
||||
if (self.inputTwo == 9) and (self.inputOne == 10):
|
||||
if (self.inputTwo == 9) and (self.inputOne == 10) and (self.expression == addition):
|
||||
self.output = 21
|
||||
await interaction.response.edit_message(
|
||||
content=self.display(),
|
||||
|
||||
Reference in New Issue
Block a user