risbah

Noob Discord Bot details

Jan 4th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. DISCORD BOT PROJECT DETAILS:
  2.  
  3. This will be a simple bot that will retrieve a user's local time and display it chat.
  4.  
  5. Commands:
  6. - t!addTime = prompts user for timezone/ adds user timezone to bot application
  7. - t!timenow @user_name#tag = displays that user's name in chat
  8. - t!help = lists bot commands
  9.  
  10. Potential Features:
  11. - Display local user's current weather as well
  12.  
  13. Code outline:
  14. - Wait for user event to add timezone
  15. - Extract/ Validate timezone from user message after command is called
  16. - Store timezone in dictionary (user+timezone)
  17. - Calculate and send user's local time when prompted
  18. - Send error message if no such user+timezone exists
  19. - ???
  20. - Profit
  21.  
  22. DEADLINE:
  23. - January 10, Friday (so on Saturday it will be deployed)
  24.  
  25. TOOLS:
  26. - Intellij + maven plugin
  27. - Github account
  28. - Git
  29.  
  30. LINKS:
  31. https://github.com/DV8FromTheWorld/JDA ---> link to JDA repo
  32. https://medium.com/discord-bots/making-a-basic-discord-bot-with-java-834949008c2b --> Tutorial
  33. https://ci.dv8tion.net/job/JDA/javadoc/index.html ---> API Documentation
  34. https://discordapp.com/developers/docs/intro ---> Offical Discord API documentation
  35. https://www.youtube.com/watch?v=NxOxcgbikJo&t=s ---> video tutorial on JDA discord bot
Add Comment
Please, Sign In to add comment