Skip to content

A Personal Bot available on the Discord Chatting Platform

Notifications You must be signed in to change notification settings

Amb1tion/Patrician-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Patrician-Bot

A Personal bot that runs on the Discord Chatting Platform.

Commands And Uses

General Commands

Youtube integration: Fetch videos from youtube by passing your search term. yt

Disabling Commands: Disable and enable commands in a channel. commands

Quoting Messages: Quote memorable chat messages. quote

Guessing Game: Guess the artist behind the lyrics to score points and get to the top of the leaderboard. lyrics leaderboard Collages And Charts

Get a collage of your most listened albums of the week

collage1

Store a chart of your favorite albums , get other's charts and also find out what they're listening to. fm collage

Running The Bot

I'd prefer if you'd just invite my bot to your server (using this link) instead of trying to run your own instance but if you're convinced you want to make that happen then you need to make a bot_config.ini file with the following format.

[keys]
bot_token = ##############################         ;(your bot token from the discord developers page)
lastfm_key = #############################         ;(your lastfm api token from the lastfm api page)
db_key = #########################                  ;(your postgres database link)
youtube_key = ####################                  ;(your youtube database api key)

[client] ;(your other lastfm api info)
lastfm_id = #################################
lastfm_secret = #############################
lastfm_api_secret = #########################

Requirements

  • Python 3.5+
  • Pycord discord wrapper

About

A Personal Bot available on the Discord Chatting Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages