rodzy / flanker-discordbot

πŸ€– The Discord bot that guides you through starters information about git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub GitHub last commit

Flanker-discordbot

Flanker is a discord bot that handles some data from the Git Cheat Sheet throught some commands managed by if statements in Go. I used bwmarrin/discordgo library to connect with the discord API

How to use him

  • Invite him to your server: πŸ€–πŸ’¬ Click me!
  • Select the server and accept
  • When he's already online on your server just type : $help (This will give you an introduction and a list of commands)

Commands

Full list of the commands at the moment:

  • Installing git on your PC/MacOS/All platforms
$Install
  • How to create repos
$Create
  • Configuring the tooling
$Config
  • The .gitingnore file
$Ignore
  • How manage branches
$Branches
  • How to syncronize changes
$Sync
  • How to redo commits
$Redo
  • Some basic terminology to work around git
$Info
  • The starter repo tutorial
$Tuto

Project status

I'm currently working on some improvements on the structure of the project, trying to divide each API component into models usign Go structures.
Also I'm thinking on setting up more detailed information from git and not just from the regular cheat sheet.
P.S: If you got a great idea on how to improve the project, feel free to make a Fork or maybe get to me I might be working on it who knows

GitHub stars Twitter Follow

Usage

πŸ˜€ The project code is free to use just do the right use of the copyright on it.

License

MIT

About

πŸ€– The Discord bot that guides you through starters information about git

License:MIT License


Languages

Language:Go 99.2%Language:Dockerfile 0.8%