tux
tux copied to clipboard
Tux is an all in one bot for the All Things Linux discord server.
Maybe implement as a flag for kick or maybe ban command or make its own command?
See: - https://invi-bot.xyz/ - https://invite-tracker.com/
- [ ] Create a ticket - [ ] Close a ticket - [ ] Add user to a ticket - [ ] Rename a ticket
https://github.com/allthingslinux/tux/blob/a8ce2999ab51801e24b47f7a80fc28a99123f58b/tux/handlers/event.py#L95 ```python return channel = self.bot.get_channel(payload.channel_id) if channel is None or channel.id != 1172343581495795752 or not isinstance(channel, discord.TextChannel): return message = await channel.fetch_message(payload.message_id) emoji = payload.emoji if ( any(0x1F1E3
https://github.com/allthingslinux/tux/blob/a8ce2999ab51801e24b47f7a80fc28a99123f58b/tux/handlers/event.py#L76 ```python return channel = self.bot.get_channel(payload.channel_id) if channel is None or channel.id != 1172343581495795752 or not isinstance(channel, discord.TextChannel): return message = await channel.fetch_message(payload.message_id) emoji = payload.emoji if ( any(0x1F1E3
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.9 → v0.11.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.9...v0.11.10) - [github.com/astral-sh/ruff-pre-commit: v0.11.9 → v0.11.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.9...v0.11.10) - [github.com/gitleaks/gitleaks: v8.25.1 → v8.26.0](https://github.com/gitleaks/gitleaks/compare/v8.25.1...v8.26.0) ## Summary by Sourcery Update pre-commit hook versions to include the latest linting and...
Command to pick a user and show a list of all their automod hits available thats paginated with links to the messages or whatever data is available Author: kzndotsh