From 1cb2c73dd12832bdd70954324d021ef2236d393e Mon Sep 17 00:00:00 2001 From: Andrew Glaze Date: Sat, 28 Feb 2026 13:15:39 -0500 Subject: [PATCH] chore: add readme --- Readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..e439bad --- /dev/null +++ b/Readme.md @@ -0,0 +1,12 @@ +# Zunda-bot + +A discord bot that currently just does Wolfram-Alpha + +## Running + +To run, create a `.env` file with the following variables: + +``` +DISCORD_TOKEN +WOLFRAM_APP_ID +```