Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
/ Latinum-Bot Public archive

Latinum Bot, a bot you can use to learn latin on discord

Notifications You must be signed in to change notification settings

r0b-1n/Latinum-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Latinum-Bot

Latinum Bot was made by @KampfZomby for a planned Discord Server. It is fully functional and only needs words to be added.

You can try the bot here and invite a test bot to your server here

Table of contents

How to build

Requirements:

If you have both of the above requirements you can skip to cloning the git repo and use the bot.

Git

If you haven't installed git on your system go and do so it is REQUIRED for setting up a working build environment.

Download Link

Python

Python is the language in which the bot is written, if you haven't used it before we will need to download and install it.

Download Link

Cloning and using the bot

  • Make sure that you have installed Git and Python.

  • Clone the repository:

    git clone https://github.com/Latinum-App/Latinum-Bot.git

Staying Up To Date

Pull the latest changes from this repository.

With a command line it is as easy as:

git pull

Features

Below is an list of feature.

  • with the command challenge you can start the game in the dm's of the bot.
  • with addvocabulary you can add words to the given database of the bot.

Project Structure

  • main.py is the file which contains the code for the bot. In there you have to insert your discord bot token and the prefix you want the bot to use.
  • vocabulary.db is the file that contains the latin word and the translation (currently in german). You can edit it using the bot's addvocabulary command or a database editing program.

Contributing