Liz

Results 26 issues of Liz

Allow server owners to list subscriptions for every channel in every guild they're an owner of. Proposed syntax: `!!list --all` (`!!list -a`)

enhancement

We should allow users to define which channel QTweet posts in for announcements because the way we pick it is kind of invasive at the moment.

enhancement

Warn the user when permissions are wrong at `!!start`

enhancement
good first issue

Allow servers to set a "restricted" mode where only mods can make qtweet say anything. - Create a `!!restricted` command? Or maybe we do need a `config` command .-. -...

enhancement

I'm limited by the way I handle flags atm, and it's making the `!!start` command needlessly complex and hard to customize. I think i need verbs for `!!start` to be...

enhancement

Before moving to a database as per https://github.com/atomheartother/QTweet/issues/15, we need solid unit tests to make the move smoother.

Hello all! I'm running Lutris on Wayland, and I'm having trouble finding information about this - is Lutris supported on wayland at all? I tried running the League of Legends...

If `!msg` then checking `msg.channel` will cause a crash anyway (and is always false). This condition should be an OR, not AND.

Don't use unary inc/dec operators during an assignment, it makes no semantical sense. `page--` already means `page -= 1`, so doing `page = page--` just confuses the meaning of the...

This comment seems misleading to me, bit 0 of the `cr0` register enables protected mode, and that is its official name, is there a reason why it says "32 bit"?...