Additional info =============== Some useful tidbits of information. Keeping the bot online ~~~~~~~~~~~~~~~~~~~~~~ In order to continuously run the bot you can use :program:`tmux`: ``__. It can create detachable sessions which keep the program running in the background. A :program:`tmux` session can be reattached to the same or a different terminal or :program:`ssh` session. Modifying the code ~~~~~~~~~~~~~~~~~~ The idea of this repo is to allow any modification to the code. As such, the code can be freely modified under one condition: the content of the LICENSE file must be included with all copies or substantial portions of the code. For more information, see the :doc:`./../other/LICENSE`. For an example on how this works, see the `Music cog `__, which has code from the `basic\_voice example `__ of ``discord.py``. Also, consider contributing your modifications to the code! See :doc:`./../other/CONTRIBUTING`.