diff options
author | Matias Linares <matiaslina@gmail.com> | 2020-03-31 20:38:41 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@gmail.com> | 2020-03-31 20:38:41 -0300 |
commit | 6671b847b432aca57cf29979dbce45a69d932322 (patch) | |
tree | e7107de45b35e7a4dc707d4e76e8f24213486394 /bin | |
download | deprecated-bots-master.tar.gz |
Diffstat (limited to 'bin')
-rw-r--r-- | bin/deprecated-bots | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/deprecated-bots b/bin/deprecated-bots new file mode 100644 index 0000000..d6d7843 --- /dev/null +++ b/bin/deprecated-bots @@ -0,0 +1,4 @@ +#!/usr/bin/env raku + +use v6; +use Matrix::Bot::DeprecatedOrg; |