This website requires JavaScript.
Explore
Help
Sign in
RabbitLabs
/
vylbot-app
Watch
4
Star
0
Fork
You've already forked vylbot-app
0
Code
Issues
87
Pull requests
3
Projects
1
Releases
22
Packages
Wiki
Activity
Actions
584af473ec
vylbot-app
/
src
/
constants
/
AuditType.ts
8 lines
91 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Feature/vba 77 (#178) * Add say command (#174) Co-authored-by: Ethan Lane <ethan@vylpes.com> Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/174 * Add repo and funding link to about message (#176) Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/176 * Add other subreddits to bunny command (#177) Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/177 * Add database table * Save moderation actions to database * Add audit command to see a user's audits * Add audit view subcommand * Add audit clear subcommand * Create add audit subcommand * Fix bot crashing when viewing an audit with no reason * Fix changes requested
2022-09-05 18:10:04 +01:00
export
enum
AuditType
{
General
,
Warn
,
Mute
,
Kick
,
Ban
,
Create timeout command (#302) - Create timeout command #98 Co-authored-by: Ethan Lane <ethan@vylpes.com> Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/302
2023-06-16 18:01:45 +01:00
Timeout
,
Feature/vba 77 (#178) * Add say command (#174) Co-authored-by: Ethan Lane <ethan@vylpes.com> Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/174 * Add repo and funding link to about message (#176) Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/176 * Add other subreddits to bunny command (#177) Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/177 * Add database table * Save moderation actions to database * Add audit command to see a user's audits * Add audit view subcommand * Add audit clear subcommand * Create add audit subcommand * Fix bot crashing when viewing an audit with no reason * Fix changes requested
2022-09-05 18:10:04 +01:00
}
Reference in a new issue
Copy permalink