Skip to content

Commit

Permalink
Merge pull request #9 from Otavio-S/develop
Browse files Browse the repository at this point in the history
Developing and testing ended for version 1.0.0
  • Loading branch information
otaviouss authored Feb 10, 2022
2 parents ef3256f + 305b5c6 commit 15aaf0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ethicsBot.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from platform import python_version
from asyncio.log import logger
from dotenv import load_dotenv
from math import inf
from os import times
Expand Down Expand Up @@ -135,4 +134,5 @@ def listen(string_list = [""]):


if __name__ == "__main__":
listen(string_list = ["ethics", "ethical", "ethicaly", "ética", "ético", "morally" "privacy", "#ethicsBot", "#botEtico"])
listen(string_list = ["ethics", "ethical", "ethically", "ética", "ético", "moral", "morally", "#ethicsBot", "#botEtico"])

0 comments on commit 15aaf0c

Please sign in to comment.