update convo starter and add set_usage

Kaveen Kumarasinghe 2 years ago
parent 2c915ddcc3
commit 1dbe109c43

@ -113,6 +113,7 @@ class GPT3ComCon(commands.Cog, name="GPT3ComCon"):
try:
usage = float(usage)
self.usage_service.set_usage(usage)
await ctx.send(f"Set the usage to {usage}")
except:
await ctx.send("The usage value must be a valid float.")
return

Loading…
Cancel
Save