Delete .secrets.pm.example

This commit is contained in:
Gwyn 2026-03-04 14:55:19 -05:00
parent 9f9fa0c741
commit 0343a8779e

View file

@ -1,8 +0,0 @@
package Secrets;
our $TELEGRAM_TOKEN = 'PUT_TOKEN_HERE';
our $TELEGRAM_USER_ID = 123456789;
our $NICKSERV_PASSWORD = 'PUT_PASSWORD_HERE';
our $IRC_CHANNEL = '#channel';
1;