Skip to content

A discord bot that pings users with regular expressions

Notifications You must be signed in to change notification settings

Dylan-Weber/regex-pinger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord Regex Pinger

A simple Discord bot which lets you ping users and roles through regular expression matching!

Any user or role with a display name in the form /<regex>/ will be pinged when a user sends a message including an @ symbol followed by any string that matches the regular expression.

For example: A user with the display name /foo|bar/ will be pinged by either @foo or @bar.

Pinging also works with emojis! A user with display name /:emoji_name:/ will be pinged by @:emoji_name:

Messages are matched in a case insensitive manner, so /display_name/ is pinged by @display_name, @Display_name, @DISPLAY_NAME or any other variant.

About

A discord bot that pings users with regular expressions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages