-
Split out the code in the bot into independent files. Categories of commands can be in each file. ie a file for all the xkcd stuff. One for math formulas. etc...
-
Minetest Game is as of now the only game that is bundled with Minetest. Thus, it should be made attractive to newcomers (actually, I would say that Minetest Game needs to be developped more, and that …
-
[landcover=*](https://wiki.openstreetmap.org/wiki/Proposed_features/landcover) was proposed by @dieterdreist in 2010, and two of the values are in significant use meanwhile, [landcover=trees](https://…
-
RESTCommands cannot use integer formatting directives on response numbers, due to `encoding/json` (and JSON itself) defining numbers as `float64`. Generally the %v directive is enough to get the job d…
-
I need to take a look at what I'm logging and if it could be better. I might want to scope this out into different sections of the bot - I also should look at whether there is a good aggregate service…
-
**Description:**
When you send a message as an alias to a group in which you're included, the bot doesn't realize that it was you that sent the message. i.e. you get to receive the message you sent,…
-
The requests for xkcd comics can be parallelized, but need to be aggregated into one list in the end. I suspect Task.sequence does them sequentially. Ask, whether there is something like Task.parallel…
-
## Description
SlackRTM prints Slack messages both in Hangouts _and_ Slack.
## Output of `/bot version`
2.8.0
## Expected behaviour
When synchronizing a hangouts channel and Slack channel, Slack…
-
Hi! I am running a torified version of sopel HEAD on our inspIRCd and get following error:
```
$ torsocks ./sopel.py
/home/user/sopel/sopel/loader.py:4: DeprecationWarning: the imp module is deprec…
-
```python
embed=discord.Embed(title="Cyber Discovery Discord Bot", url="https://github.com/CyberDiscovery/cyberdisc-bot", description="The bot for the Cyber Discovery Community Discord Server!")
emb…