diff options
author | ubq323 <ubq323@ubq323.website> | 2025-02-25 23:36:28 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2025-02-25 23:36:28 +0000 |
commit | e03937bbe51f3dd8e0d8ecc732999f5c4578fa94 (patch) | |
tree | 7c4e9c9427eade79d122d1175e273cc1eae170be /main.lua | |
parent | 7d396195e4f97a094610fecc658aed6a67fd464d (diff) |
mostly getting it to just go, also start on discord
Diffstat (limited to 'main.lua')
-rw-r--r-- | main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ local Channel = require'channel' local pylon_classes = { irc = require'irc', xmpp = require'xmpp', + discord = require'discord', } local Wilson = {} |