Skip to content

Instantly share code, notes, and snippets.

@gingershaped
Last active January 21, 2022 23:46
Show Gist options
  • Save gingershaped/c5ff84ea4ebc074b9fb313d1d12d18bc to your computer and use it in GitHub Desktop.
Save gingershaped/c5ff84ea4ebc074b9fb313d1d12d18bc to your computer and use it in GitHub Desktop.

How to use GingerBot

TNB Conlang (katlani)

To queue a word to be added to the word list, send a message formatted like __WR: word (p):__ Definition where word is the Katlani word, p is the part of speech, and definition is the definition. Example: __WR: caminar (v):__ Walk

Part of speech Abbreviations
Prefixes and Suffixes pre, suf
Nouns n, noun
Verbs v
Adjectives a, adj
Pronouns pron, pro
Adverbs adv
Case Particles part, par
Interjections int, intj
Conjunctions conj
Other othr, other, misc

Words will not appear immidiately in the vocab file. Due to GitHub rate-limiting, GingerBot queues words and pushes all of them to GitHub every half-hour.

The APOL Orchard

To execute APOL code with GingerBot, simply send a message formatted like:

@`code`

and replace code with your program. Example:

@`+(1 1)`

to calculate 1 + 1.

GingerBot will automatically terminate execution of your code after 10 seconds, to prevent endless loops.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment