From dc447418b4ac921794724bef7498adecca983944 Mon Sep 17 00:00:00 2001 From: Tim Wilson Date: Mon, 31 Aug 2020 11:30:33 -0600 Subject: [PATCH] adding missing info from previous commit last commit I also: * Made reactions more stable and performant * in `t/summary` and `t/modify` reactions are checked as their added, so a user can click a reaction before they're done printing and it will apply the action, aborting the printing of the rest * reactions are checked immediately after they're added and again before `t/summary`, `t/modify`, and `t/list` return, catching the case where a user's click isn't registered by `wait_for()` (i.e. if they clicked too soon while the last reaction was printing) --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 5f73693..f387cbc 100644 --- a/bot.py +++ b/bot.py @@ -5,7 +5,7 @@ This is a discord bot to manage torrent transfers through the Transmission trans Version: 1.1 """ - + import discord import asyncio import aiohttp