Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 374 Bytes

File metadata and controls

19 lines (13 loc) · 374 Bytes

AutoPublishWebhook

An insanely simple Discord bot to automatically publish webhook messages sent in news channels.

Compiling

$ mvn install
$ mvn package

File will be in target/AutoPublishWebhook.jar.

Running

Use the -Ddiscordtoken flag to specify the Discord token.

$ java -Ddiscordtoken=<token> -jar target/AutoPublishWebhook.jar