List of commits:
Subject Hash Author Date (UTC)
comment 4ef9e7a41a688f0461b8cef2fd6acce12053ed87 Paul van Noort 2018-11-27 09:08:31
initial 2b4b51beb2df4f4380afcc3134c3de8546c9bac6 Paul van Noort 2018-11-14 17:59:38
Commit 4ef9e7a41a688f0461b8cef2fd6acce12053ed87 - comment
Author: Paul van Noort
Author date (UTC): 2018-11-27 09:08
Committer name: Paul van Noort
Committer date (UTC): 2018-11-27 09:08
Parent(s): 2b4b51beb2df4f4380afcc3134c3de8546c9bac6
Signing key:
Tree: 4cfe937d6f0352ee1c79760b0857274e2457a31b
File Lines added Lines deleted
maxxi0n/maxxion_bot.py 2 0
File maxxi0n/maxxion_bot.py changed (mode: 100755) (index 02a3dd3..536da20)
... ... faq_handler = CommandHandler('faq', faq)
27 27 dispatcher.add_handler(start_handler) dispatcher.add_handler(start_handler)
28 28 dispatcher.add_handler(help_handler) dispatcher.add_handler(help_handler)
29 29 dispatcher.add_handler(faq_handler) dispatcher.add_handler(faq_handler)
30
31 # This starts the bot (listens for input from API)
30 32 updater.start_polling() updater.start_polling()
31 33
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/dspolleke/maxxi0n

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/dspolleke/maxxi0n

Clone this repository using git:
git clone git://git.rocketgit.com/user/dspolleke/maxxi0n

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main