Skip to content

Commit

Permalink
Tidy up README
Browse files Browse the repository at this point in the history
Remove Codacy badge and update header to match repository name.
  • Loading branch information
yttrian committed Jun 9, 2021
1 parent cafd2fc commit 236841c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
[![GitHub](https://img.shields.io/github/license/glyph-discord/glyph.kt)](https://github.com/glyph-discord/glyph.kt/blob/master/LICENSE)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/glyph-discord/glyph.kt/Java%20CI/master)](https://github.com/glyph-discord/glyph.kt/actions)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/60f13f47ba0d427a84ea713b0f8897a8)](https://app.codacy.com/app/IanMooreIsMe/glyph-kotlin?utm_source=github.com&utm_medium=referral&utm_content=glyph-discord/glyph-kotlin&utm_campaign=Badge_Grade_Settings)
[![Discord Bots](https://discordbots.org/api/widget/status/248186527161516032.svg?noavatar=true)](https://discordbots.org/bot/248186527161516032)
[![Discord Bots](https://discordbots.org/api/widget/servers/248186527161516032.svg?noavatar=true)](https://discordbots.org/bot/248186527161516032)

# glyph-kotlin
# glyph.kt

The Kotlin rewrite of the Glyph Discord bot

Glyph is an experimental Discord bot that makes use of [DialogFlow](https://dialogflow.com/) to attempt to understand and process natural language requests as opposed to a traditional command based bot.
Glyph is an experimental Discord bot that uses [DialogFlow](https://dialogflow.com/) to attempt to understand and process natural language requests as opposed to a traditional command based bot.

To learn more about how to use Glyph, check out the documentation [here](https://gl.yttr.org/).

## Self Hosting

In order to host your own copy of Glyph, some set up will be required.
In order to host your own copy of Glyph, some set up will be required.

This will be further documented in detail later, but the basic idea is that you will need to create and train an agent on DialogFlow to respond to different prompts, and set all the needed environmental variables used in the code.

0 comments on commit 236841c

Please sign in to comment.