wiki.ziemers.de

ziemer's informatik Wiki

Benutzer-Werkzeuge

Webseiten-Werkzeuge


wiki:software:beuthbot:bot

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
wiki:software:beuthbot:bot [12.12.2019 13:20]
Christopher Lehmann
wiki:software:beuthbot:bot [07.05.2020 16:31] (aktuell)
Thomas Ziemer
Zeile 2: Zeile 2:
  
 > [[https://telegram.org/|Telegram]] Bot build for the //BeuthBot//-Project, with easy extensibility and customization in mind. > [[https://telegram.org/|Telegram]] Bot build for the //BeuthBot//-Project, with easy extensibility and customization in mind.
 +
 +{{page>.:bot:ergaenzung}}
  
 ==== Table of content ==== ==== Table of content ====
Zeile 34: Zeile 36:
  
 After cloning the repository, install the dependencies. You can then run the project. After cloning the repository, install the dependencies. You can then run the project.
 +
 +
  
 <code> <code>
Zeile 71: Zeile 75:
 The ''commands.js''-file contains an ''commands''-object. Every entry of this object is a supported command. The Key is always the command string, prefixed with '/', eg: '/help'. The value for these keys is an object containing an description, and options object and the reference to the function that renders the answer for the specific command. The ''commands.js''-file contains an ''commands''-object. Every entry of this object is a supported command. The Key is always the command string, prefixed with '/', eg: '/help'. The value for these keys is an object containing an description, and options object and the reference to the function that renders the answer for the specific command.
  
-<code>+<code javascript>
 const commands = { const commands = {
  '/help': {  '/help': {
Zeile 152: Zeile 156:
 ==== Versioning ==== ==== Versioning ====
  
-We use [[http://semver.org/|SemVer]] for versioning. For the versions available, see the [[https://github.com/T0biWan/heftigwolf-bot/tags|tags on this repository]].+We use [[http://semver.org/|SemVer]] for versioning. For the versions available, see the [[https://github.com/beuthbot/telegram-bot/tags|tags on this repository]].
  
 ==== Authors ==== ==== Authors ====
Zeile 158: Zeile 162:
 - **Tobias Klatt** - //Initial work// - [[https://github.com/T0biWan/|GitHub]] - **Tobias Klatt** - //Initial work// - [[https://github.com/T0biWan/|GitHub]]
  
-See also the list of [[https://github.com/T0biWan/heftigwolf-bot/graphs/contributors|contributors]] who participated in this project. +See also the list of [[https://github.com/beuthbot/telegram-bot/graphs/contributors|contributors]] who participated in this project. 
 +<WRAP pagebreak></WRAP>
wiki/software/beuthbot/bot.1576153224.txt.gz · Zuletzt geändert: 12.12.2019 13:20 von Christopher Lehmann