Weird, indeed that's the problem. Have added a temporary msg telling people to ignore the program for this week for that division.
Would it not be possible to write a workaround, so that you could still let people read the program for everyone else? It would add dummy entries for the Quizbot. Like something to check with each player?
if player == quizbot
dummy_text_function
else regular_program_function_for_entryOr, since most players are not bots, maybe it makes more sense this way:
if player != quizbot
regular_program_function_for_entry
else dummy_text_function
Dummy_text_function could print something like "QuizBot31 is just a bot, but it has lots of heart! Do don't count QuizBot31 out". All the other routines would be skipped like checking profiles for badges, etc.
It would probably be a lot of work. Just thinking out loud. Cheers.